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-cn/docs/reference/access-authn-authz/abac.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Attribute-based access control (ABAC) defines an access control paradigm whereby
31
31
32
32
To enable `ABAC` mode, specify `--authorization-policy-file=SOME_FILENAME` and `--authorization-mode=ABAC` on startup.
33
33
34
-
The file format is [one JSON object per line](http://jsonlines.org/). There
34
+
The file format is [one JSON object per line](https://jsonlines.org/). There
35
35
should be no enclosing list or map, only one map per line.
36
36
37
37
Each line is a "policy object", where each such object is a map with the following
@@ -57,7 +57,7 @@ properties:
57
57
- Non-resource-matching properties:
58
58
- `nonResourcePath`, type string; non-resource request paths.
59
59
- Ex: `/version` or `/apis`
60
-
- Wildcard:
60
+
- Wildcard:
61
61
- `*` matches all non-resource requests.
62
62
- `/foo/*` matches all subpaths of `/foo/`.
63
63
- `readonly`, type boolean, when true, means that the Resource-matching policy only applies to get, list, and watch operations, Non-resource-matching policy only applies to get operation.
@@ -155,7 +155,7 @@ resource, and nonResourcePath properties set to `"*"`.
155
155
<!--
156
156
## Kubectl
157
157
158
-
Kubectl uses the `/api` and `/apis` endpoints of api-server to discover
158
+
Kubectl uses the `/api` and `/apis` endpoints of apiserver to discover
159
159
served resource types, and validates objects sent to the API by create/update
160
160
operations using schema information located at `/openapi/v2`.
0 commit comments