added rbac example discussed in kubernetes/ingress issue #266

This commit is contained in:
Steve Kallestad 2017-05-22 14:12:23 -07:00
parent b6d11caef3
commit d7c999c970
3 changed files with 249 additions and 0 deletions

View file

@ -88,3 +88,9 @@ Name | Description | Platform | Complexity Level
-----| ----------- | ---------- | ----------------
custom-headers | set custom headers before send traffic to backends | nginx | Advanced
configuration-snippets | customize nginx location configuration using annotations | nginx | Advanced
## RBAC
Name | Description | Platform | Complexity Level
-----| ----------- | ---------- | ----------------
rbac | Configuring Role Base Access Control | nginx | intermediate