From 32a4f410bf487b404db3e6a7db453361cff306ca Mon Sep 17 00:00:00 2001 From: chenxing Date: Tue, 5 Jun 2018 11:06:10 +0800 Subject: [PATCH] Docs: Remove the TokenAuth middleware Following by I09310bab6bd728127288ba4c3cf8f884a31e2b98 Change-Id: I15d70034502aae454ab16935e4957ed5f4d76976 --- doc/source/getting-started/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting-started/architecture.rst b/doc/source/getting-started/architecture.rst index b60ca6d809..291753c2a4 100644 --- a/doc/source/getting-started/architecture.rst +++ b/doc/source/getting-started/architecture.rst @@ -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