Skip to content

Commit

Permalink
Fix Typo in rbac.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ydFu committed Jan 20, 2021
1 parent 1fc9554 commit f926130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/zh/docs/reference/access-authn-authz/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,7 @@ role that is granted to those subjects.
-->
1. 针对不同角色的绑定是完全不一样的绑定。要求通过删除/重建绑定来更改 `roleRef`,
这样可以确保要赋予绑定的所有主体会被授予新的角色(而不是在允许修改
`roleRef` 的情况下导致所有现有主体胃镜验证即被授予新角色对应的权限)。
1. 将 `roleRef` 设置为不可以改变,这使得可以为用户授予对现有绑定对象的 `update` 权限,
`roleRef` 的情况下导致所有现有主体未经验证即被授予新角色对应的权限)。
这样可以让他们管理主体列表,同时不能更改被授予这些主体的角色。

<!--
Expand Down

0 comments on commit f926130

Please sign in to comment.