summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-05-29 20:58:23 +0000
committerGerrit Code Review <review@openstack.org>2012-05-29 20:58:23 +0000
commitab735fe20f3d2a3f1b35de0af853a1e5016f7584 (patch)
tree118792accaf1764ca99130ce2a3e7ec4c302fcb2 /doc
parent8de61f8af43563b1d93291c868634810d9e42902 (diff)
parentbcb12ef9d570541c38c806b86e76f6ead30e5ad0 (diff)
downloadkeystone-ab735fe20f3d2a3f1b35de0af853a1e5016f7584.tar.gz
keystone-ab735fe20f3d2a3f1b35de0af853a1e5016f7584.tar.xz
keystone-ab735fe20f3d2a3f1b35de0af853a1e5016f7584.zip
Merge "Allow other middleware overriding authentication."
Diffstat (limited to 'doc')
-rw-r--r--doc/source/configuringservices.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/configuringservices.rst b/doc/source/configuringservices.rst
index 04f068cc..7e56adb4 100644
--- a/doc/source/configuringservices.rst
+++ b/doc/source/configuringservices.rst
@@ -202,7 +202,8 @@ rather than its built in 'tempauth'.
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
# Delaying the auth decision is required to support token-less
- # usage for anonymous referrers ('.r:*').
+ # usage for anonymous referrers ('.r:*') or for tempurl/formpost
+ # middleware.
delay_auth_decision = 1
auth_port = 35357
auth_host = 127.0.0.1