Files
python-keystoneclient/keystoneclient/v3
Steve Martinelli a60978ed73 Project ID in OAuth headers was missing
If running Keystone under Apache with mod_wsgi, the extra
headers were not being passed forward. These headers include:
i) the Requested_Project_Id header, and ii) The Authorization
headers with the oauth values.

For i) we have to rename the header to use dashes (-), and not
underscores (_), since mod_wsgi does not propogate the header
otherwise. For ii) we need to add `WSGIPassAuthorization On`
in the keystone vhost file. This should be done on the server
side.

For more info see note #2 here:
http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.3.0.html#bugs-fixed

Closes-Bug: #1392584
Change-Id: Id84e883b357408d25797155a72119f4c9898ca76
2014-12-08 00:14:32 -05:00
..
2014-10-27 16:55:39 -05:00
2014-11-21 08:03:23 +10:00
2014-10-28 20:33:19 +00:00
2014-03-25 14:28:23 +10:00
2014-10-28 20:33:19 +00:00
2014-03-25 14:28:23 +10:00
2014-03-25 14:28:23 +10:00
2014-05-07 14:48:25 -04:00
2014-10-28 20:33:19 +00:00
2014-10-28 20:33:19 +00:00
2014-08-06 09:43:56 +08:00
2014-11-21 08:03:23 +10:00