Docs: Remove the TokenAuth middleware

Following by I09310bab6bd728127288ba4c3cf8f884a31e2b98

Change-Id: I15d70034502aae454ab16935e4957ed5f4d76976
This commit is contained in:
chenxing 2018-06-05 11:06:10 +08:00
parent 521552a354
commit 32a4f410bf
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