From 72e1c9a0a64990ae71c244d7dda65767ecd3c1ab Mon Sep 17 00:00:00 2001 From: nishipy <41185206+nishipy@users.noreply.github.com> Date: Tue, 21 Jul 2020 00:58:53 +0900 Subject: [PATCH 1/3] Fix typo Co-authored-by: nasa9084 --- content/ja/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/reference/access-authn-authz/authentication.md b/content/ja/docs/reference/access-authn-authz/authentication.md index b91429ead7..39cdc6f995 100644 --- a/content/ja/docs/reference/access-authn-authz/authentication.md +++ b/content/ja/docs/reference/access-authn-authz/authentication.md @@ -417,7 +417,7 @@ APIサーバーは、`X-Remote-User`のようにリクエストヘッダの値 * `--requestheader-extra-headers-prefix` バージョン1.6以降で任意であり、大文字小文字を区別しません。"X-Remote-Extra-"を推奨します。ユーザーに関する追加情報を判断するために検索するヘッダーのプレフィックスです。通常、設定された認可プラグインによって使用されます。指定されたプレフィックスのいずれかで始まるヘッダーは、プレフィックスが削除されます。ヘッダー名の残りの部分は小文字化され[パーセントデコーディング](https://tools.ietf.org/html/rfc3986#section-2.1)されて追加のキーとなり、ヘッダーの値が追加の値となります。 {{< note >}} -1.11.3(および1.10.7、1.9.11)よりも前のバージョンでは、追加のなキーには[HTTPヘッダーラベルで使用可能な文字](https://tools.ietf.org/html/rfc7230#section-3.2.6)のみを含めることができました。 +1.11.3(および1.10.7、1.9.11)よりも前のバージョンでは、追加のキーには[HTTPヘッダーラベルで使用可能な文字](https://tools.ietf.org/html/rfc7230#section-3.2.6)のみを含めることができました。 {{< /note >}} 例えば、このような設定を行います8。 From 6ad567c1f0c4da06e1fcbefc182da5c52977d1f5 Mon Sep 17 00:00:00 2001 From: nishipy <41185206+nishipy@users.noreply.github.com> Date: Tue, 21 Jul 2020 00:59:24 +0900 Subject: [PATCH 2/3] Fix typo Co-authored-by: nasa9084 --- content/ja/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/reference/access-authn-authz/authentication.md b/content/ja/docs/reference/access-authn-authz/authentication.md index 39cdc6f995..45c0908328 100644 --- a/content/ja/docs/reference/access-authn-authz/authentication.md +++ b/content/ja/docs/reference/access-authn-authz/authentication.md @@ -420,7 +420,7 @@ APIサーバーは、`X-Remote-User`のようにリクエストヘッダの値 1.11.3(および1.10.7、1.9.11)よりも前のバージョンでは、追加のキーには[HTTPヘッダーラベルで使用可能な文字](https://tools.ietf.org/html/rfc7230#section-3.2.6)のみを含めることができました。 {{< /note >}} -例えば、このような設定を行います8。 +例えば、このような設定を行います。 ``` --requestheader-username-headers=X-Remote-User From 71b078d0cf37244f5936ba4eda01b033b77f8bfe Mon Sep 17 00:00:00 2001 From: nishipy <41185206+nishipy@users.noreply.github.com> Date: Wed, 22 Jul 2020 00:56:15 +0900 Subject: [PATCH 3/3] Update content/ja/docs/reference/access-authn-authz/authentication.md Co-authored-by: nasa9084 --- content/ja/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/reference/access-authn-authz/authentication.md b/content/ja/docs/reference/access-authn-authz/authentication.md index 45c0908328..a8fade4d51 100644 --- a/content/ja/docs/reference/access-authn-authz/authentication.md +++ b/content/ja/docs/reference/access-authn-authz/authentication.md @@ -556,7 +556,7 @@ rules: verbs: ["impersonate"] ``` -偽装ヘッダーの値は、リソースが取り得る`resourceNames`のの集合を制限することで、管理することもできます。 +偽装ヘッダーの値は、リソースが取り得る`resourceNames`の集合を制限することで、管理することもできます。 ```yaml apiVersion: rbac.authorization.k8s.io/v1