Skip to content

Commit

Permalink
Merge pull request kubernetes#34822 from twilight0620/patch-1
Browse files Browse the repository at this point in the history
[zh]Fix issues of abac.md
  • Loading branch information
k8s-ci-robot authored Jul 6, 2022
2 parents 05aeae9 + 51e5efc commit 54565b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/zh-cn/docs/reference/access-authn-authz/abac.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ properties:
`system:unauthenticated` 匹配所有未经过身份验证的请求。
- 资源匹配属性:
- `apiGroup`,字符串类型;一个 API 组。
- `apps`, `networking.k8s.io`
- 例如`apps``networking.k8s.io`
- 通配符:`*`匹配所有 API 组。
- `namespace`,字符串类型;一个命名空间。
- 例如:`kube-system`
- 通配符:`*`匹配所有资源请求。
- `resource`,字符串类型;资源类型。
- `pods`, `deployments`
- 例如`pods``deployments`
- 通配符:`*`匹配所有资源请求。
- 非资源匹配属性:
- `nonResourcePath`,字符串类型;非资源请求路径。
Expand Down

0 comments on commit 54565b8

Please sign in to comment.