Browse code

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

Steve Martinelli authored on 2014/12/16 10:55:54
Showing 1 changed files
... ...
@@ -22,6 +22,7 @@ Listen %ADMINPORT%
22 22
     WSGIProcessGroup keystone-admin
23 23
     WSGIScriptAlias / %ADMINWSGI%
24 24
     WSGIApplicationGroup %{GLOBAL}
25
+    WSGIPassAuthorization On
25 26
     <IfVersion >= 2.4>
26 27
       ErrorLogFormat "%{cu}t %M"
27 28
     </IfVersion>