docs/admin/authorization: remove duplicated phrase (#3045)

* docs/admin/authorization: remove duplicated phrase.

* docs/admin/authorization: tiny improvement.
This commit is contained in:
Vyacheslav Semushin
2017-03-28 20:13:45 +02:00
committed by Andrew Chen
parent 090f7c9608
commit 6c315b73de
+1 -2
View File
@@ -24,10 +24,9 @@ The following implementations are available, and are selected by flag:
need authorization.
- `--authorization-mode=ABAC` allows for a simple local-file-based user-configured
authorization policy. ABAC stands for Attribute-Based Access Control.
authorization policy.
- `--authorization-mode=RBAC` is an experimental implementation which allows
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
remote service using REST.