Skip to content

Commit e40238d

Browse files
Merge pull request kubernetes#242 from zhouhaibing089/keystone_fix
fix the keystone package location
2 parents 4c3c3c7 + a575926 commit e40238d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/admin/authentication.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ with a value of `Basic BASE64ENCODED(USER:PASSWORD)`.
5959

6060
**Keystone authentication** is enabled by passing the `--experimental-keystone-url=<AuthURL>`
6161
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`.
6363
For details on how to use keystone to manage projects and users, refer to the
6464
[Keystone documentation](http://docs.openstack.org/developer/keystone/). Please note that
6565
this plugin is still experimental which means it is subject to changes.
@@ -131,5 +131,3 @@ into apiserver start parameters.
131131
1. View the certificate.
132132
`openssl x509 -noout -text -in ./server.crt`
133133
Finally, do not forget fill the same parameters and add parameters into apiserver start parameters.
134-
135-

0 commit comments

Comments
 (0)