From 7e018fd376e6fccfb4185116eeb14d6ceab1003c Mon Sep 17 00:00:00 2001 From: xuzhonghu Date: Fri, 11 Aug 2017 10:29:25 +0800 Subject: [PATCH] fix typo in authentication.md --- docs/admin/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index 72353b5d72..1fc47a57e4 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -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`. * 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. All values are opaque to the authentication system and only hold significance