File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,13 @@ 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 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
+
370
377
For details on how to use keystone to manage projects and users, refer to the
371
378
[Keystone documentation](http://docs.openstack.org/developer/keystone/). Please
372
379
note that this plugin is still experimental, under active development, and likely
You can’t perform that action at this time.
0 commit comments