File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ with a value of `Basic BASE64ENCODED(USER:PASSWORD)`.
59
59
60
60
** Keystone authentication** is enabled by passing the ` --experimental-keystone-url=<AuthURL> `
61
61
option to the apiserver during startup. The plugin is implemented in
62
- ` plugin/pkg/auth/authenticator/request /keystone/keystone.go ` .
62
+ ` plugin/pkg/auth/authenticator/password /keystone/keystone.go ` .
63
63
For details on how to use keystone to manage projects and users, refer to the
64
64
[ Keystone documentation] ( http://docs.openstack.org/developer/keystone/ ) . Please note that
65
65
this plugin is still experimental which means it is subject to changes.
@@ -131,5 +131,3 @@ into apiserver start parameters.
131
131
1 . View the certificate.
132
132
` openssl x509 -noout -text -in ./server.crt `
133
133
Finally, do not forget fill the same parameters and add parameters into apiserver start parameters.
134
-
135
-
You can’t perform that action at this time.
0 commit comments