Update content/en/docs/concepts/security/rbac-good-practices.md

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
This commit is contained in:
Paszymaja
2022-07-27 14:12:15 +02:00
committed by GitHub
parent 7deb7e78cd
commit 30eb2cc0cf
@@ -135,7 +135,8 @@ granting rights to this resource.
### Escalate verb
Generally, the RBAC system prevents users from creating clusterroles with more rights than the user possesses. The exception to this is the `escalate` verb. As noted in the [RBAC documentation](/docs/reference/access-authn-authz/rbac/#restrictions-on-role-creation-or-update),
Generally, the RBAC system prevents users from creating clusterroles with more rights than the user possesses.
The exception to this is the `escalate` verb. As noted in the [RBAC documentation](/docs/reference/access-authn-authz/rbac/#restrictions-on-role-creation-or-update),
users with this right can effectively escalate their privileges.
### Bind verb