Merge pull request #2029 from jsloyer/all-user-doc

added subject docs on allowing all users
This commit is contained in:
Andrew Chen 2017-01-26 13:56:50 -08:00 committed by GitHub
commit f7104ba2e1
1 changed files with 22 additions and 0 deletions

View File

@ -444,6 +444,28 @@ subjects:
name: system:serviceaccounts
```
For all authenticated users:
```yaml
subjects:
- kind: Group
name: system:authenticated
```
For all unauthenticated users:
```yaml
subjects:
- kind: Group
name: system:unauthenticated
```
For all users:
```yaml
subjects:
- kind: Group
name: system:authenticated
- kind: Group
name: system:unauthenticated
## Webhook Mode
When specified, mode `Webhook` causes Kubernetes to query an outside REST