puppet-horizon/releasenotes/notes/add-support-for-SECURE_PROXY_SSL_HEADER-fbd83ad4f85bd52b.yaml
Juan Antonio Osorio Robles 5211ba5fc8 Add flag to enable the SECURE_PROXY_SSL_HEADER option
This is used to tell Django to take into account the X-Forwarded-Proto
header. It is disabled by default as it should only be enabled if one
is running horizon behind a proxy.

Change-Id: Ifed7d4c3409419c01c5b20c707221c1fc76ea09e
2016-12-09 10:37:14 +02:00

6 lines
235 B
YAML

---
features:
- Support was added to enable/disable the SECURE_PROXY_SSL_HEADER which
enables horizon (via Django) to process the X-Forwarded-Proto header. This
done with the "enable_secure_proxy_ssl_header" in the manifest.