Update ja/docs/reference/access-authn-authz/authentication.md

This commit is contained in:
YukiKasuya 2020-10-01 09:34:29 +09:00 committed by inductor
parent 7617c96d53
commit be90e20b41
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ weight: 10
クラスターと独立したサービスは通常のユーザーを以下の方法で管理することを想定しています。
- 秘密鍵を配布する管理者
- KyestoneやGoogle Accountsのようなユーザーストア
- KeystoneやGoogle Accountsのようなユーザーストア
- ユーザー名とパスワードのリストを持つファイル
これを考慮すると、 _Kubernetesは通常のユーザーアカウントを表すオブジェクトを持ちません。_ APIコールを介して、通常のユーザーをクラスターに追加することはできません。