Skip to content

Commit 48b5e2b

Browse files
committed
[zh] Update authorization.md
Signed-off-by: xin.li <[email protected]>
1 parent b3b7a18 commit 48b5e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ DELETE | delete(针对单个资源)、deletecollection(针对集合)
160160
<!--
161161
Kubernetes sometimes checks authorization for additional permissions using specialized verbs. For example:
162162
163-
* [PodSecurityPolicy](/docs/concepts/policy/pod-security-policy/)
163+
* [PodSecurityPolicy](/docs/concepts/security/pod-security-policy/)
164164
* `use` verb on `podsecuritypolicies` resources in the `policy` API group.
165165
* [RBAC](/docs/reference/access-authn-authz/rbac/#privilege-escalation-prevention-and-bootstrapping)
166166
* `bind` and `escalate` verbs on `roles` and `clusterroles` resources in the `rbac.authorization.k8s.io` API group.
@@ -169,7 +169,7 @@ Kubernetes sometimes checks authorization for additional permissions using speci
169169
-->
170170
Kubernetes 有时使用专门的动词以对额外的权限进行鉴权。例如:
171171

172-
* [PodSecurityPolicy](/zh/docs/concepts/policy/pod-security-policy/)
172+
* [PodSecurityPolicy](/zh/docs/concepts/security/pod-security-policy/)
173173
* `policy` API 组中 `podsecuritypolicies` 资源使用 `use` 动词
174174
* [RBAC](/zh/docs/reference/access-authn-authz/rbac/#privilege-escalation-prevention-and-bootstrapping)
175175
*`rbac.authorization.k8s.io` API 组中 `roles``clusterroles` 资源的 `bind`

0 commit comments

Comments
 (0)