Merge "Docs: Remove the TokenAuth middleware"

This commit is contained in:
Zuul 2018-10-08 08:36:08 +00:00 committed by Gerrit Code Review
commit baa3d9967c
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ of pipelines of WSGI middleware, such as:
.. code-block:: ini
[pipeline:api_v3]
pipeline = healthcheck cors sizelimit http_proxy_to_wsgi osprofiler url_normalize request_id build_auth_context token_auth json_body ec2_extension_v3 s3_extension service_v3
pipeline = healthcheck cors sizelimit http_proxy_to_wsgi osprofiler url_normalize request_id build_auth_context json_body ec2_extension_v3 s3_extension service_v3
These in turn use a subclass of :mod:`keystone.common.wsgi.ComposingRouter` to