docs/admin/authorization: sentence ends early (#8048)

Signed-off-by: Stephen J Day <stevvooe@gmail.com>
pull/8055/head
Stephen Day 2018-04-10 18:07:54 -07:00 committed by k8s-ci-robot
parent a95f4598c0
commit 8ad054c429
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ The following flags can be used:
* `--authorization-mode=ABAC` Attribute-Based Access Control (ABAC) mode allows you to configure policies using local files.
* `--authorization-mode=RBAC` Role-based access control (RBAC) mode allows you to create and store policies using the Kubernetes API.
* `--authorization-mode=Webhook` WebHook is an HTTP callback mode that allows you to manage authorization using a remote REST.
* `--authorization-mode=Webhook` WebHook is an HTTP callback mode that allows you to manage authorization using a remote REST endpoint.
* `--authorization-mode=Node` Node authorization is a special-purpose authorization mode that specifically authorizes API requests made by kubelets.
* `--authorization-mode=AlwaysDeny` This flag blocks all requests. Use this flag only for testing.
* `--authorization-mode=AlwaysAllow` This flag allows all requests. Use this flag only if you do not require authorization for your API requests.