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
+12-17Lines changed: 12 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ content_type: concept
9
9
---
10
10
11
11
<!--
12
-
---
13
12
reviewers:
14
13
- erictune
15
14
- lavalamp
@@ -18,15 +17,15 @@ reviewers:
18
17
title: Using ABAC Authorization
19
18
content_type: concept
20
19
weight: 80
21
-
---
22
20
-->
23
21
24
22
<!-- overview -->
25
23
26
24
<!--
27
25
Attribute-based access control (ABAC) defines an access control paradigm whereby access rights are granted to users through the use of policies which combine attributes together.
28
26
-->
29
-
基于属性的访问控制(Attribute-based access control - ABAC)定义了访问控制范例,其中通过使用将属性组合在一起的策略来向用户授予访问权限。
27
+
基于属性的访问控制(Attribute-based access control - ABAC)定义了访问控制范例,
28
+
其中通过使用将属性组合在一起的策略来向用户授予访问权限。
30
29
31
30
32
31
@@ -68,7 +67,6 @@ properties:
68
67
- `/foo/*` matches all subpaths of `/foo/`.
69
68
- `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.
0 commit comments