Skip to content

Commit 30eb2cc

Browse files
Update content/en/docs/concepts/security/rbac-good-practices.md
Co-authored-by: divya-mohan0209 <[email protected]>
1 parent 7deb7e7 commit 30eb2cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ granting rights to this resource.
135135

136136
### Escalate verb
137137

138-
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),
138+
Generally, the RBAC system prevents users from creating clusterroles with more rights than the user possesses.
139+
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),
139140
users with this right can effectively escalate their privileges.
140141

141142
### Bind verb

0 commit comments

Comments
 (0)