Files
openstack-manuals/doc/config-reference/source/tables/keystone-auth.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.4 KiB

Description of authorization configuration options
Configuration option = Default value Description
[auth]
external = None (StrOpt) Entrypoint for the external (REMOTE_USER) auth plugin module in the keystone.auth.external namespace. Supplied drivers are DefaultDomain and Domain. The default driver is DefaultDomain.
methods = external, password, token, oauth1 (ListOpt) Allowed authentication methods.
oauth1 = None (StrOpt) Entrypoint for the oAuth1.0 auth plugin module in the keystone.auth.oauth1 namespace.
password = None (StrOpt) Entrypoint for the password auth plugin module in the keystone.auth.password namespace.
token = None (StrOpt) Entrypoint for the token auth plugin module in the keystone.auth.token namespace.