Update content/ja/docs/concepts/security/controlling-access.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
This commit is contained in:
196Ikuchil
2022-04-05 22:56:23 +09:00
committed by GitHub
parent 4d8a3381e5
commit c649f235f8
@@ -23,7 +23,7 @@ APIサーバーは証明書を提示します。
クライアントは、この段階でTLSクライアント証明書を提示することができます。
## 認証 {#Authentication}
## 認証 {#authentication}
TLSが確立されると、HTTPリクエストは認証のステップに移行します。
これは図中のステップ**1**に該当します。
クラスター作成スクリプトまたはクラスター管理者は、1つまたは複数のAuthenticatorモジュールを実行するようにAPIサーバーを設定します。