Skip to content

Commit c180ba1

Browse files
Merge pull request #1620 from dixudx/keystone-ca-cert
add doc for new flag experimental-keystone-ca-file
2 parents e6f9f1f + b8d8c1b commit c180ba1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/admin/authentication.md

+7
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,13 @@ 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 the Keystone server,
371+
you may need to set the `--experimental-keystone-ca-file=SOMEFILE` option when
372+
starting the Kubernetes API server. If you set the option, the Keystone
373+
server's certificate is verified by one of the authorities in the
374+
`experimental-keystone-ca-file`. Otherwise, the certificate is verified by
375+
the host's root Certificate Authority.
376+
370377
For details on how to use keystone to manage projects and users, refer to the
371378
[Keystone documentation](http://docs.openstack.org/developer/keystone/). Please
372379
note that this plugin is still experimental, under active development, and likely

0 commit comments

Comments
 (0)