From 8ad054c429969a9da6906a89768ebcb8f37aa4b3 Mon Sep 17 00:00:00 2001 From: Stephen Day Date: Tue, 10 Apr 2018 18:07:54 -0700 Subject: [PATCH] docs/admin/authorization: sentence ends early (#8048) Signed-off-by: Stephen J Day --- docs/admin/authorization/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization/index.md b/docs/admin/authorization/index.md index d488d2f961..63ef843a34 100644 --- a/docs/admin/authorization/index.md +++ b/docs/admin/authorization/index.md @@ -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.