From 736c54f248439ad7860da5aebda122ed65d8325f Mon Sep 17 00:00:00 2001 From: Steve Kallestad Date: Mon, 22 May 2017 16:18:39 -0700 Subject: [PATCH] Added RBAC example --- examples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/README.md b/examples/README.md index b0cb5497b..ea8d8c0ac 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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