diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-12-09 09:28:05 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-12-14 08:32:48 +0000 |
commit | db31ff5e5ac0cf05261eeb3a9b17764eb8e6dab6 (patch) | |
tree | 5493cb3a2d8d94f46dafce9b78246e0c948194e8 /puppet | |
parent | 1e88f875239b30de24552450b623e6892941fa1e (diff) |
Enable SECURE_PROXY_SSL_HEADER option for horizon
This reads makes Django take the X-Forwarded-Proto header into account
when forming URLs.
Change-Id: Ice64de9a11d7819ae7f380279ff356342d9b6673
Depends-On: Ifed7d4c3409419c01c5b20c707221c1fc76ea09e
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/horizon.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml index 8eaf4044..e59dc202 100644 --- a/puppet/services/horizon.yaml +++ b/puppet/services/horizon.yaml @@ -58,6 +58,7 @@ outputs: dport: - 80 - 443 + horizon::enable_secure_proxy_ssl_header: true horizon::disable_password_reveal: true horizon::enforce_password_check: true horizon::cache_backend: django.core.cache.backends.memcached.MemcachedCache |