Merge pull request #15704 from gambol99/rj/add_groups_tokenfile

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-10-20 07:16:13 -07:00
3 changed files with 20 additions and 1 deletions

View File

@@ -46,7 +46,8 @@ to apiserver. Currently, tokens last indefinitely, and the token list cannot
be changed without restarting apiserver.
The token file format is implemented in `plugin/pkg/auth/authenticator/token/tokenfile/...`
and is a csv file with 3 columns: token, user name, user uid.
and is a csv file with a minimum of 3 columns: token, user name, user uid, followed by
optional group names.
When using token authentication from an http client the apiserver expects an `Authorization`
header with a value of `Bearer SOMETOKEN`.