From dc31f76a27a909d010408428d938121b3abd3101 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sat, 13 Dec 2014 23:34:15 -0500 Subject: [PATCH] Add WSGIPassAuthorization to the keystone apache template For the OS-OAUTH1 Keystone extension to fully work under Apache, the WSGIPassAuthorization parameter must be set to On, rather than the default of Off. This will make functional testing of this extension much easier. Change-Id: I5dcbdd27e7ef7a60fe3c7cb8b9c3c83b4197dfc1 --- files/apache-keystone.template | 1 + 1 file changed, 1 insertion(+) diff --git a/files/apache-keystone.template b/files/apache-keystone.template index 88492d3408..b0cfb84ce0 100644 --- a/files/apache-keystone.template +++ b/files/apache-keystone.template @@ -6,6 +6,7 @@ Listen %ADMINPORT% WSGIProcessGroup keystone-public WSGIScriptAlias / %PUBLICWSGI% WSGIApplicationGroup %{GLOBAL} + WSGIPassAuthorization On = 2.4> ErrorLogFormat "%{cu}t %M"