From b57f636ec8fc648917c05c80469473d4f1deb14e Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Mon, 15 Dec 2014 20:55:54 -0500 Subject: [PATCH] Add WSGIPassAuthorization to the admin port too Accidentally only added WSGIPassAuthorization to the public port, like all the other WSGI props, it should be added for both ports. Change-Id: I4e52e0881df464dfb7b28e22581f462e14e37bdb --- files/apache-keystone.template | 1 + 1 file changed, 1 insertion(+) diff --git a/files/apache-keystone.template b/files/apache-keystone.template index b0cfb84ce0..2190d831c0 100644 --- a/files/apache-keystone.template +++ b/files/apache-keystone.template @@ -22,6 +22,7 @@ Listen %ADMINPORT% WSGIProcessGroup keystone-admin WSGIScriptAlias / %ADMINWSGI% WSGIApplicationGroup %{GLOBAL} + WSGIPassAuthorization On = 2.4> ErrorLogFormat "%{cu}t %M"