File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,12 @@ option to the API server during startup. The plugin is implemented in
367
367
` plugin/pkg/auth/authenticator/password/keystone/keystone.go` and currently uses
368
368
basic auth to verify used by username and password.
369
369
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
+
370
376
For details on how to use keystone to manage projects and users, refer to the
371
377
[Keystone documentation](http://docs.openstack.org/developer/keystone/). Please
372
378
note that this plugin is still experimental, under active development, and likely
You can’t perform that action at this time.
0 commit comments