murano/etc
Nikolay Starodubtsev 2dec955cce New middleware to handle ssl termination proxies
Murano doesn't handle request properly if it is behind an SSL
termination proxy. In this case HTTP redirection and returned URLs
use http instead of https.

New middleware helps to handle the situation below properly. The purpose of the
SSLMiddleware is to update the wsgi.url_scheme environment variable of
the request with the value contained in an HTTP header that can be
configured in the configuration file (by default: 'X-Forwarded-Proto')

Closes-Bug: #1504610
Change-Id: Id7cfa1bce00c965b618a4f3e4ca2c915a57bbe52
2015-10-14 11:28:58 +00:00
..
murano New middleware to handle ssl termination proxies 2015-10-14 11:28:58 +00:00
oslo-config-generator Switch to oslo_log 2015-07-15 11:20:45 +03:00