Skip to content

Commit 8dcf8ab

Browse files
authored
Merge pull request #26165 from ydFu/fix-typo
Fix Typo in rbac.md
2 parents 1e65fe2 + f84a089 commit 8dcf8ab

File tree

1 file changed

+1
-1
lines changed
  • content/zh/docs/reference/access-authn-authz

1 file changed

+1
-1
lines changed

content/zh/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ role that is granted to those subjects.
346346
-->
347347
1. 针对不同角色的绑定是完全不一样的绑定。要求通过删除/重建绑定来更改 `roleRef`,
348348
这样可以确保要赋予绑定的所有主体会被授予新的角色(而不是在允许修改
349-
`roleRef` 的情况下导致所有现有主体胃镜验证即被授予新角色对应的权限)。
349+
`roleRef` 的情况下导致所有现有主体未经验证即被授予新角色对应的权限)。
350350
1. 将 `roleRef` 设置为不可以改变,这使得可以为用户授予对现有绑定对象的 `update` 权限,
351351
这样可以让他们管理主体列表,同时不能更改被授予这些主体的角色。
352352

0 commit comments

Comments
 (0)