Skip to content

Commit 99e12c6

Browse files
Merge pull request kubernetes#1303 from MikeSpreitzer/updoc1
Clarified remark about authorizers determining groups
2 parents b1b7c79 + 12f5e30 commit 99e12c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/accessing-the-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ On GCE, Client Certificates, Password, Plain Tokens, and JWT Tokens are all enab
5252
If the request cannot be authenticated, it is rejected with HTTP status code 401.
5353
Otherwise, the user is authenticated as a specific `username`, and the user name
5454
is available to subsequent steps to use in their decisions. Some authenticators
55-
may also provide the group memberships of the user, while other authenticators
56-
do not (and expect the authorizer to determine these).
55+
also provide the group memberships of the user, while other authenticators
56+
do not.
5757

5858
While Kubernetes uses "usernames" for access control decisions and in request logging,
5959
it does not have a `user` object nor does it store usernames or other information about

0 commit comments

Comments
 (0)