Merge pull request #2750 from liggitt/passwordfile
Clarify password file group support
This commit is contained in:
@@ -150,9 +150,10 @@ and the password cannot be changed without restarting API server. Note that basi
|
|||||||
authentication is currently supported for convenience while we finish making the
|
authentication is currently supported for convenience while we finish making the
|
||||||
more secure modes described above easier to use.
|
more secure modes described above easier to use.
|
||||||
|
|
||||||
The basic auth file is a csv file with a minimum of 3 columns: password,
|
The basic auth file is a csv file with a minimum of 3 columns: password, user name, user id.
|
||||||
user name, user id, followed by optional group names. Note, if you have more than
|
In Kubernetes version 1.6 and later, you can specify an optional fourth column containing
|
||||||
one group the column must be double quoted e.g.
|
comma-separated group names. If you have more than one group, you must enclose the fourth
|
||||||
|
column value in double quotes ("). See the following example:
|
||||||
|
|
||||||
```conf
|
```conf
|
||||||
password,user,uid,"group1,group2,group3"
|
password,user,uid,"group1,group2,group3"
|
||||||
|
|||||||
Reference in New Issue
Block a user