Files
python-keystoneclient/keystoneclient/tests/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
..
2013-09-24 12:34:17 +10:00
2014-02-08 22:22:08 +08:00
2014-02-08 22:22:08 +08:00
2014-09-17 15:46:49 -04:00
2014-02-08 22:22:08 +08:00
2014-05-07 14:48:25 -04:00
2014-02-08 22:22:08 +08:00
2014-08-06 09:43:56 +08:00
2014-07-30 05:04:25 +10:00