From 6c315b73de13fc2adb9c82c8959b6585bfa0ad8a Mon Sep 17 00:00:00 2001 From: Vyacheslav Semushin Date: Tue, 28 Mar 2017 20:13:45 +0200 Subject: [PATCH] docs/admin/authorization: remove duplicated phrase (#3045) * docs/admin/authorization: remove duplicated phrase. * docs/admin/authorization: tiny improvement. --- docs/admin/authorization.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index e1b65dcae9..460ce30a2e 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -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.