Skip to content

Commit 9b7f7f3

Browse files
committed
add doc for experimental-keystone-ca-file flag
1 parent 685d6a8 commit 9b7f7f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/admin/authentication.md

+6
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,12 @@ option to the API server during startup. The plugin is implemented in
367367
`plugin/pkg/auth/authenticator/password/keystone/keystone.go` and currently uses
368368
basic auth to verify used by username and password.
369369

370+
If you have configured self-signed certificates for Keystone server,
371+
`--experimental-keystone-ca-file=SOMEFIlE` option may be needed during the startup
372+
of the API server. If set, the Keystone server's certificate will be verified by
373+
one of the authorities in the `experimental-keystone-ca-file`, otherwise
374+
the host's root CA set will be used.
375+
370376
For details on how to use keystone to manage projects and users, refer to the
371377
[Keystone documentation](http://docs.openstack.org/developer/keystone/). Please
372378
note that this plugin is still experimental, under active development, and likely

0 commit comments

Comments
 (0)