docs/admin/authorization: remove duplicated phrase (#3045)
* docs/admin/authorization: remove duplicated phrase. * docs/admin/authorization: tiny improvement.
This commit is contained in:
parent
090f7c9608
commit
6c315b73de
|
|
@ -24,10 +24,9 @@ The following implementations are available, and are selected by flag:
|
||||||
need authorization.
|
need authorization.
|
||||||
- `--authorization-mode=ABAC` allows for a simple local-file-based user-configured
|
- `--authorization-mode=ABAC` allows for a simple local-file-based user-configured
|
||||||
authorization policy. ABAC stands for Attribute-Based Access Control.
|
authorization policy. ABAC stands for Attribute-Based Access Control.
|
||||||
authorization policy.
|
|
||||||
- `--authorization-mode=RBAC` is an experimental implementation which allows
|
- `--authorization-mode=RBAC` is an experimental implementation which allows
|
||||||
for authorization to be driven by the Kubernetes API.
|
for authorization to be driven by the Kubernetes API.
|
||||||
RBAC stands for Roles-Based Access Control.
|
RBAC stands for Role-Based Access Control.
|
||||||
- `--authorization-mode=Webhook` allows for authorization to be driven by a
|
- `--authorization-mode=Webhook` allows for authorization to be driven by a
|
||||||
remote service using REST.
|
remote service using REST.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue