From c649f235f839af161ae89b31e4712194338d2964 Mon Sep 17 00:00:00 2001 From: 196Ikuchil <22634362+196Ikuchil@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:56:23 +0900 Subject: [PATCH] Update content/ja/docs/concepts/security/controlling-access.md Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com> --- content/ja/docs/concepts/security/controlling-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/concepts/security/controlling-access.md b/content/ja/docs/concepts/security/controlling-access.md index cf49a683be..d1ef8f17bb 100644 --- a/content/ja/docs/concepts/security/controlling-access.md +++ b/content/ja/docs/concepts/security/controlling-access.md @@ -23,7 +23,7 @@ APIサーバーは証明書を提示します。 クライアントは、この段階でTLSクライアント証明書を提示することができます。 -## 認証 {#Authentication} +## 認証 {#authentication} TLSが確立されると、HTTPリクエストは認証のステップに移行します。 これは図中のステップ**1**に該当します。 クラスター作成スクリプトまたはクラスター管理者は、1つまたは複数のAuthenticatorモジュールを実行するようにAPIサーバーを設定します。