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

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
pull/34210/head
Paszymaja 2022-07-27 14:12:15 +02:00 committed by GitHub
parent 7deb7e78cd
commit 30eb2cc0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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