Consolidate endpoint-filtering.rst
Consolidate from configuration.rst into endpoint-filtering.rst. Change-Id: Ie6ba10b71b1a25f8aa0470235b27723c529a6288
This commit is contained in:
parent
1175a356fc
commit
7abb53fb05
doc/source
25
doc/source/admin/endpoint-filtering.rst
Normal file
25
doc/source/admin/endpoint-filtering.rst
Normal file
@ -0,0 +1,25 @@
|
||||
Endpoint Filtering
|
||||
==================
|
||||
|
||||
Endpoint Filtering enables creation of ad-hoc catalogs for each project-scoped
|
||||
token request.
|
||||
|
||||
Configure the endpoint filter catalog driver in the ``[catalog]`` section.
|
||||
For example:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[catalog]
|
||||
driver = catalog_sql
|
||||
|
||||
In the ``[endpoint_filter]`` section, set ``return_all_endpoints_if_no_filter``
|
||||
to ``False`` to return an empty catalog if no associations are made.
|
||||
For example:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[endpoint_filter]
|
||||
return_all_endpoints_if_no_filter = False
|
||||
|
||||
See `API Specification for Endpoint Filtering <https://developer.openstack.org/
|
||||
api-ref/identity/v3-ext/#os-ep-filter-api>`_ for the details of API definition.
|
@ -39,3 +39,4 @@ command-line client.
|
||||
token-provider.rst
|
||||
federated-identity.rst
|
||||
identity-credential-encryption.rst
|
||||
endpoint-filtering.rst
|
||||
|
@ -368,32 +368,6 @@ The value of ``template_file`` is expected to be an absolute path to your
|
||||
service catalog configuration. An example ``template_file`` is included in
|
||||
keystone, however you should create your own to reflect your deployment.
|
||||
|
||||
Endpoint Filtering
|
||||
==================
|
||||
|
||||
Endpoint Filtering enables creation of ad-hoc catalogs for each project-scoped
|
||||
token request.
|
||||
|
||||
Configure the endpoint filter catalog driver in the ``[catalog]`` section.
|
||||
For example:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[catalog]
|
||||
driver = catalog_sql
|
||||
|
||||
In the ``[endpoint_filter]`` section, set ``return_all_endpoints_if_no_filter``
|
||||
to ``False`` to return an empty catalog if no associations are made.
|
||||
For example:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[endpoint_filter]
|
||||
return_all_endpoints_if_no_filter = False
|
||||
|
||||
See `API Specification for Endpoint Filtering <https://developer.openstack.org/
|
||||
api-ref/identity/v3-ext/#os-ep-filter-api>`_ for the details of API definition.
|
||||
|
||||
Endpoint Policy
|
||||
===============
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user