cce63f68aa
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
31 lines
1.4 KiB
ReStructuredText
31 lines
1.4 KiB
ReStructuredText
..
|
|
Warning: Do not edit this file. It is automatically generated from the
|
|
software project's code and your changes will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
|
ask for help on the documentation mailing list, IRC channel or meeting.
|
|
|
|
.. _keystone-auth:
|
|
|
|
.. list-table:: Description of authorization configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[auth]**
|
|
-
|
|
* - ``external`` = ``None``
|
|
- (String) 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``
|
|
- (List) Allowed authentication methods.
|
|
* - ``oauth1`` = ``None``
|
|
- (String) Entrypoint for the oAuth1.0 auth plugin module in the keystone.auth.oauth1 namespace.
|
|
* - ``password`` = ``None``
|
|
- (String) Entrypoint for the password auth plugin module in the keystone.auth.password namespace.
|
|
* - ``token`` = ``None``
|
|
- (String) Entrypoint for the token auth plugin module in the keystone.auth.token namespace.
|