From: Juan Antonio Osorio Robles Date: Fri, 9 Dec 2016 07:28:05 +0000 (+0200) Subject: Enable SECURE_PROXY_SSL_HEADER option for horizon X-Git-Tag: opnfv-6.0.0~1321^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=db31ff5e5ac0cf05261eeb3a9b17764eb8e6dab6;p=apex-tripleo-heat-templates.git 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 --- 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