From 8ce38a6625a0a3359bf121198e890a038457c5a1 Mon Sep 17 00:00:00 2001 From: harshitasao Date: Thu, 26 May 2022 13:27:44 +0530 Subject: [PATCH] added what's next in RBAC good practice guide --- content/en/docs/concepts/security/rbac-good-practices.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/rbac-good-practices.md b/content/en/docs/concepts/security/rbac-good-practices.md index c366eaf2b6..9ea851171e 100644 --- a/content/en/docs/concepts/security/rbac-good-practices.md +++ b/content/en/docs/concepts/security/rbac-good-practices.md @@ -176,4 +176,5 @@ One option for mitigation of this issue would be to use [resource quotas](/docs/ to limit the quantity of objects which can be created. ## {{% heading "whatsnext" %}} -* To learn more about **RBAC**, see [RBAC documentation](/docs/reference/access-authn-authz/rbac/). \ No newline at end of file +* To learn more about RBAC, see [RBAC documentation](/docs/reference/access-authn-authz/rbac/). +* To learn more about Authorizing Policies via RBAC, see [Authorizing Policies](/docs/concepts/security/pod-security-policy/#via-rbac). \ No newline at end of file