From 788706f42d9cf0cdc95954ae03e1cdb8c957c70b Mon Sep 17 00:00:00 2001 From: Tabitha Sable <51767484+tabbysable@users.noreply.github.com> Date: Sat, 25 Jul 2020 23:35:34 -0500 Subject: [PATCH] Clarify meaning of group Define the word group without using the word group. --- content/en/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 973c605127..3285e03909 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -49,7 +49,7 @@ with the request: * Username: a string which identifies the end user. Common values might be `kube-admin` or `jane@example.com`. * UID: a string which identifies the end user and attempts to be more consistent and unique than username. -* Groups: a set of strings which associate users with a set of commonly grouped users. +* 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`. * Extra fields: a map of strings to list of strings which holds additional information authorizers may find useful. All values are opaque to the authentication system and only hold significance