From e96a9f992cbe0beedc518cbc1a03d4150beaddf1 Mon Sep 17 00:00:00 2001 From: Abdullah Al Maruf - Tuhin Date: Mon, 11 Sep 2017 03:38:49 +0600 Subject: [PATCH] Fix Typos --- docs/admin/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index 4a2fb19195..b0f4467527 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -549,7 +549,7 @@ checked. Keystone authentication is enabled by passing the `--experimental-keystone-url=` option to the API server during startup. The plugin is implemented in `plugin/pkg/auth/authenticator/password/keystone/keystone.go` and currently uses -basic auth to verify used by username and password. +basic auth to verify user by username and password. If you have configured self-signed certificates for the Keystone server, you may need to set the `--experimental-keystone-ca-file=SOMEFILE` option when