Added RBAC example

This commit is contained in:
Steve Kallestad 2017-05-22 16:18:39 -07:00
parent fb29da7a65
commit 736c54f248

View file

@ -88,3 +88,9 @@ Name | Description | Platform | Complexity Level
-----| ----------- | ---------- | ---------------- -----| ----------- | ---------- | ----------------
custom-headers | set custom headers before send traffic to backends | nginx | Advanced custom-headers | set custom headers before send traffic to backends | nginx | Advanced
configuration-snippets | customize nginx location configuration using annotations | 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