a4625e7e7f
This note is meant for Id33a0f7eeb8ced77d09f9edd6b1d65697d8bcfe7 Change-Id: Ifee7256a67a2a9722879e85b109258f05fb1f349
9 lines
418 B
YAML
9 lines
418 B
YAML
---
|
|
security:
|
|
- http_proxy_to_wsgi is taken into use instead of the deprecated ssl
|
|
middleware. This makes it easier for deployers to have Manila running
|
|
behind a proxy that terminates TLS connections. This middleware addition
|
|
adds the enable_proxy_headers_parsing option to the oslo_middleware section
|
|
which needs to be set in the configuration file in order to enable
|
|
middleware to do its work.
|