panko/etc/panko
Hanxi Liu 90faa85ecc Add http_proxy_to_wsgi to api-paste
This sets up the HTTPProxyToWSGI middleware in front of Panko. The
purpose of thise middleware is to set up the request URL correctly in
case there is a proxy (For instance, a loadbalancer such as HAProxy)
in front of Panko.

So, for instance, when TLS connections are being terminated in the
proxy, and one tries to get the versions from the / resource of
Aodh, one will notice that the protocol is incorrect; It will show
'http' instead of 'https'. So this middleware handles such cases.
Thus helping Keystone discovery work correctly.

The HTTPProxyToWSGI is off by default and needs to be enabled via a
configuration value.

Change-Id: Ifa9dad55cfedeb8b804d675d3d4856af6096b039
Closes-Bug: #1590608
2016-10-10 16:45:37 +08:00
..
api_paste.ini Add http_proxy_to_wsgi to api-paste 2016-10-10 16:45:37 +08:00
panko-config-generator.conf Rename to Panko 2016-06-14 17:00:22 +02:00
policy.json Remove code that is not related to events storage and API 2016-06-14 17:00:22 +02:00