fix typo in authentication.md

This commit is contained in:
xuzhonghu
2017-08-11 10:29:25 +08:00
committed by Andrew Chen
parent b2799fbe81
commit 7e018fd376
+1 -1
View File
@@ -43,7 +43,7 @@ with the request:
* Username: a string which identifies the end user. Common values might be `kube-admin` or `jane@example.com`. * 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. * 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 as set of commonly grouped users. * Groups: a set of strings which associate users with a set of commonly grouped users.
* Extra fields: a map of strings to list of strings which holds additional information authorizers may find useful. * 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 All values are opaque to the authentication system and only hold significance