Rename admin guide pages
Some of the admin guide pages were prefixed with "identity-" because they came from the centralized install guide or operators guide or security guide or somewhere else. We don't need the prefix, everything in keystone is identity. Remove the prefix from the affected pages so that everything is consistent. Change-Id: Icd172a39fe720472f1fb15395178f90282696ac9
This commit is contained in:
parent
151635e224
commit
ccb3d340e4
@ -158,7 +158,7 @@ The reason object will contain the following keys:
|
||||
* ``reasonCode``: HTTP response code for the event
|
||||
|
||||
For more information, see
|
||||
:doc:`../admin/identity-security-compliance`
|
||||
:doc:`../admin/security-compliance`
|
||||
for configuring PCI-DSS in keystone.
|
||||
|
||||
Supported Events
|
||||
|
@ -15,29 +15,29 @@ command-line client.
|
||||
:maxdepth: 1
|
||||
|
||||
identity-concepts.rst
|
||||
identity-bootstrap.rst
|
||||
bootstrap.rst
|
||||
cli-manage-projects-users-and-roles.rst
|
||||
cli-keystone-manage-services.rst
|
||||
identity-certificates-for-pki.rst
|
||||
identity-domain-specific-config.rst
|
||||
identity-url-safe-naming.rst
|
||||
identity-case-insensitive.rst
|
||||
identity-integrate-with-ldap.rst
|
||||
identity-upgrading.rst
|
||||
identity-tokens.rst
|
||||
identity-fernet-token-faq.rst
|
||||
identity-use-trusts.rst
|
||||
identity-caching-layer.rst
|
||||
identity-security-compliance.rst
|
||||
identity-resource-options.rst
|
||||
identity-performance.rst
|
||||
identity-keystone-usage-and-features.rst
|
||||
identity-auth-token-middleware.rst
|
||||
identity-service-api-protection.rst
|
||||
identity-troubleshoot.rst
|
||||
identity-unified-limits.rst
|
||||
certificates-for-pki.rst
|
||||
domain-specific-config.rst
|
||||
url-safe-naming.rst
|
||||
case-insensitive.rst
|
||||
integrate-with-ldap.rst
|
||||
upgrading.rst
|
||||
tokens.rst
|
||||
fernet-token-faq.rst
|
||||
use-trusts.rst
|
||||
caching-layer.rst
|
||||
security-compliance.rst
|
||||
resource-options.rst
|
||||
performance.rst
|
||||
keystone-usage-and-features.rst
|
||||
auth-token-middleware.rst
|
||||
service-api-protection.rst
|
||||
troubleshoot.rst
|
||||
unified-limits.rst
|
||||
token-provider.rst
|
||||
identity-credential-encryption.rst
|
||||
credential-encryption.rst
|
||||
endpoint-filtering.rst
|
||||
health-check-middleware.rst
|
||||
oauth1.rst
|
||||
@ -45,7 +45,7 @@ command-line client.
|
||||
endpoint-policy.rst
|
||||
event_notifications.rst
|
||||
auth-totp.rst
|
||||
identity-external-authentication.rst
|
||||
external-authentication.rst
|
||||
configure_tokenless_x509.rst
|
||||
|
||||
.. toctree::
|
||||
|
@ -33,7 +33,7 @@ that auto-generate passwords but want to ensure a user picks a new password
|
||||
when they start using the deployment.
|
||||
|
||||
See the `security compliance documentation
|
||||
<identity-security-compliance.html>`_ for more details.
|
||||
<security-compliance.html>`_ for more details.
|
||||
|
||||
ignore_password_expiry
|
||||
----------------------
|
||||
@ -46,7 +46,7 @@ option to ``True`` will allow users to continue using passwords that may be
|
||||
expired according to global configuration values.
|
||||
|
||||
See the `security compliance documentation
|
||||
<identity-security-compliance.html>`_ for more details.
|
||||
<security-compliance.html>`_ for more details.
|
||||
|
||||
ignore_lockout_failure_attempts
|
||||
-------------------------------
|
||||
@ -57,7 +57,7 @@ If ``True``, opt into ignoring the number of times a user has authenticated and
|
||||
locking out the user as a result.
|
||||
|
||||
See the `security compliance documentation
|
||||
<identity-security-compliance.html>`_ for more details.
|
||||
<security-compliance.html>`_ for more details.
|
||||
|
||||
lock_password
|
||||
-------------
|
||||
@ -68,7 +68,7 @@ If set to ``True``, this option disables the ability for users to change their
|
||||
password through self-service APIs.
|
||||
|
||||
See the `security compliance documentation
|
||||
<identity-security-compliance.html>`_ for more details.
|
||||
<security-compliance.html>`_ for more details.
|
||||
|
||||
multi_factor_auth_enabled
|
||||
-------------------------
|
@ -91,6 +91,6 @@ token and integrity is verified with a ``SHA256 HMAC`` signature. Only the
|
||||
Identity service should have access to the keys used to encrypt and decrypt
|
||||
fernet tokens. Like UUID tokens, fernet tokens must be passed back to the
|
||||
Identity service in order to validate them. For more information on the fernet
|
||||
token type, see the :doc:`identity-fernet-token-faq`.
|
||||
token type, see the :doc:`fernet-token-faq`.
|
||||
|
||||
.. support_matrix:: token-support-matrix.ini
|
@ -31,7 +31,7 @@ Configuration`_ for an example). For example, you can store OpenStack service us
|
||||
and their passwords in SQL, manage customers in LDAP, and authenticate employees
|
||||
via SAML federation.
|
||||
|
||||
.. _Domain-specific Configuration: admin/identity-domain-specific-config.html
|
||||
.. _Domain-specific Configuration: admin/domain-specific-config.html
|
||||
.. support_matrix:: identity-support-matrix.ini
|
||||
|
||||
Limiting list return size
|
||||
|
@ -34,7 +34,7 @@ password authentication and ``token`` handles token authentication.
|
||||
``external`` is used in conjunction with authentication performed by a
|
||||
container web server that sets the ``REMOTE_USER`` environment variable. For
|
||||
more details, refer to :doc:`External Authentication
|
||||
<../admin/identity-external-authentication>`.
|
||||
<../admin/external-authentication>`.
|
||||
|
||||
How to Implement an Authentication Plugin
|
||||
-----------------------------------------
|
||||
@ -81,5 +81,5 @@ webserver. However, to ensure that a user must go through other authentication
|
||||
mechanisms, even if this variable is set, remove ``external`` from the list of
|
||||
plugins specified in ``methods``. This effectively disables external
|
||||
authentication. For more details, refer to :doc:`External Authentication
|
||||
<../admin/identity-external-authentication>`.
|
||||
<../admin/external-authentication>`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user