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サーバーを設定します。