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:
Colleen Murphy 2018-12-11 10:16:55 +01:00
parent 151635e224
commit ccb3d340e4
25 changed files with 30 additions and 30 deletions

View File

@ -158,7 +158,7 @@ The reason object will contain the following keys:
* ``reasonCode``: HTTP response code for the event * ``reasonCode``: HTTP response code for the event
For more information, see For more information, see
:doc:`../admin/identity-security-compliance` :doc:`../admin/security-compliance`
for configuring PCI-DSS in keystone. for configuring PCI-DSS in keystone.
Supported Events Supported Events

View File

@ -15,29 +15,29 @@ command-line client.
:maxdepth: 1 :maxdepth: 1
identity-concepts.rst identity-concepts.rst
identity-bootstrap.rst bootstrap.rst
cli-manage-projects-users-and-roles.rst cli-manage-projects-users-and-roles.rst
cli-keystone-manage-services.rst cli-keystone-manage-services.rst
identity-certificates-for-pki.rst certificates-for-pki.rst
identity-domain-specific-config.rst domain-specific-config.rst
identity-url-safe-naming.rst url-safe-naming.rst
identity-case-insensitive.rst case-insensitive.rst
identity-integrate-with-ldap.rst integrate-with-ldap.rst
identity-upgrading.rst upgrading.rst
identity-tokens.rst tokens.rst
identity-fernet-token-faq.rst fernet-token-faq.rst
identity-use-trusts.rst use-trusts.rst
identity-caching-layer.rst caching-layer.rst
identity-security-compliance.rst security-compliance.rst
identity-resource-options.rst resource-options.rst
identity-performance.rst performance.rst
identity-keystone-usage-and-features.rst keystone-usage-and-features.rst
identity-auth-token-middleware.rst auth-token-middleware.rst
identity-service-api-protection.rst service-api-protection.rst
identity-troubleshoot.rst troubleshoot.rst
identity-unified-limits.rst unified-limits.rst
token-provider.rst token-provider.rst
identity-credential-encryption.rst credential-encryption.rst
endpoint-filtering.rst endpoint-filtering.rst
health-check-middleware.rst health-check-middleware.rst
oauth1.rst oauth1.rst
@ -45,7 +45,7 @@ command-line client.
endpoint-policy.rst endpoint-policy.rst
event_notifications.rst event_notifications.rst
auth-totp.rst auth-totp.rst
identity-external-authentication.rst external-authentication.rst
configure_tokenless_x509.rst configure_tokenless_x509.rst
.. toctree:: .. toctree::

View File

@ -33,7 +33,7 @@ that auto-generate passwords but want to ensure a user picks a new password
when they start using the deployment. when they start using the deployment.
See the `security compliance documentation See the `security compliance documentation
<identity-security-compliance.html>`_ for more details. <security-compliance.html>`_ for more details.
ignore_password_expiry 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. expired according to global configuration values.
See the `security compliance documentation See the `security compliance documentation
<identity-security-compliance.html>`_ for more details. <security-compliance.html>`_ for more details.
ignore_lockout_failure_attempts 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. locking out the user as a result.
See the `security compliance documentation See the `security compliance documentation
<identity-security-compliance.html>`_ for more details. <security-compliance.html>`_ for more details.
lock_password 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. password through self-service APIs.
See the `security compliance documentation See the `security compliance documentation
<identity-security-compliance.html>`_ for more details. <security-compliance.html>`_ for more details.
multi_factor_auth_enabled multi_factor_auth_enabled
------------------------- -------------------------

View File

@ -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 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 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 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 .. support_matrix:: token-support-matrix.ini

View File

@ -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 and their passwords in SQL, manage customers in LDAP, and authenticate employees
via SAML federation. 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 .. support_matrix:: identity-support-matrix.ini
Limiting list return size Limiting list return size

View File

@ -34,7 +34,7 @@ password authentication and ``token`` handles token authentication.
``external`` is used in conjunction with authentication performed by a ``external`` is used in conjunction with authentication performed by a
container web server that sets the ``REMOTE_USER`` environment variable. For container web server that sets the ``REMOTE_USER`` environment variable. For
more details, refer to :doc:`External Authentication more details, refer to :doc:`External Authentication
<../admin/identity-external-authentication>`. <../admin/external-authentication>`.
How to Implement an Authentication Plugin 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 mechanisms, even if this variable is set, remove ``external`` from the list of
plugins specified in ``methods``. This effectively disables external plugins specified in ``methods``. This effectively disables external
authentication. For more details, refer to :doc:`External Authentication authentication. For more details, refer to :doc:`External Authentication
<../admin/identity-external-authentication>`. <../admin/external-authentication>`.