Update ADMIN_TOKEN description in docs
Blurb taken from etc/keystone.conf.sample partially fixes: bug #1283943 Change-Id: If7dac1dd902b52618f1af50a971fe1602426fdcf
This commit is contained in:
parent
e49d3c6b31
commit
baf5524560
@ -52,9 +52,10 @@ keystone project, the line defining this token is::
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
admin_token = ADMIN
|
admin_token = ADMIN
|
||||||
|
|
||||||
This configured token is a "shared secret" between keystone and other
|
A "shared secret" that can be used to bootstrap Keystone. This token does not
|
||||||
openstack services, and is used by the client to communicate with the API to
|
represent a user, and carries no explicit authorization.
|
||||||
create tenants, users, roles, etc.
|
To disable in production (highly recommended), remove AdminTokenAuthMiddleware
|
||||||
|
from your paste application pipelines (for example, in keystone-paste.ini)
|
||||||
|
|
||||||
Setting up tenants, users, and roles
|
Setting up tenants, users, and roles
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user