Skip to content

Commit

Permalink
Merge pull request coreos#1394 from brunomcustodio/fix-rbac-docs
Browse files Browse the repository at this point in the history
doc: add a note on TLS to the RBAC docs
  • Loading branch information
hongchaodeng committed Sep 13, 2017
2 parents 3928e53 + 5651f47 commit 2e2a760
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/user/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,19 @@ rules:
EOF
```

If you need use s3 backup, add these to above input:
If you plan on setting up TLS in any of your clusters, add this to the above
input:

```
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
```

If you need to use S3 backup, add this to the above input:

```
- apiGroups:
Expand Down

0 comments on commit 2e2a760

Please sign in to comment.