Skip to content

Commit d31b79c

Browse files
authored
Merge pull request #22743 from tabbysable/patch-1
Clarify meaning of group
2 parents 1c9e612 + 788706f commit d31b79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ with the request:
4949

5050
* Username: a string which identifies the end user. Common values might be `kube-admin` or `[email protected]`.
5151
* UID: a string which identifies the end user and attempts to be more consistent and unique than username.
52-
* Groups: a set of strings which associate users with a set of commonly grouped users.
52+
* Groups: a set of strings, each of which indicates the user's membership in a named logical collection of users. Common values might be `system:masters` or `devops-team`.
5353
* Extra fields: a map of strings to list of strings which holds additional information authorizers may find useful.
5454

5555
All values are opaque to the authentication system and only hold significance

0 commit comments

Comments
 (0)