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] 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