diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-06 23:54:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-06 23:54:13 +0000 |
commit | 88510fce67217692ad5bde5a30cb55dbffd991a4 (patch) | |
tree | 73619d9b5e50795324a8a0ce2d975f2b74dddae4 /puppet/services | |
parent | e1e8554494d6b05c82aedb9fbb305dd142ff26ac (diff) | |
parent | 2c4aee2a5ce08bcbf7ebe3f13c0818a8ca7a5319 (diff) |
Merge "Adds Horizon secure cookie map."
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/horizon.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml index 7ae518b5..8fb13c16 100644 --- a/puppet/services/horizon.yaml +++ b/puppet/services/horizon.yaml @@ -40,6 +40,10 @@ parameters: type: string hidden: true default: '' + HorizonSecureCookies: + description: Set CSRF_COOKIE_SECURE / SESSION_COOKIE_SECURE in Horizon + type: boolean + default: true MemcachedIPv6: default: false description: Enable IPv6 features in Memcached. @@ -88,6 +92,7 @@ outputs: passwords: - {get_param: HorizonSecret} - {get_param: [DefaultPasswords, horizon_secret]} + horizon::secure_cookies: {get_param: [HorizonSecureCookies]} memcached_ipv6: {get_param: MemcachedIPv6} - if: |