You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/reference/access-authn-authz/abac.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ properties:
52
52
- `group`, type string; if you specify `group`, it must match one of the groups of the authenticated user. `system:authenticated` matches all authenticated requests. `system:unauthenticated` matches all unauthenticated requests.
53
53
- Resource-matching properties:
54
54
- `apiGroup`, type string; an API group.
55
-
- Ex: `extensions`
55
+
- Ex: `apps`, `networking.k8s.io`
56
56
- Wildcard: `*` matches all API groups.
57
57
- `namespace`, type string; a namespace.
58
58
- Ex: `kube-system`
59
59
- Wildcard: `*` matches all resource requests.
60
60
- `resource`, type string; a resource type
61
-
- Ex: `pods`
61
+
- Ex: `pods`, `deployments`
62
62
- Wildcard: `*` matches all resource requests.
63
63
- Non-resource-matching properties:
64
64
- `nonResourcePath`, type string; non-resource request paths.
0 commit comments