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.