Merge "Change HorizonSecureCookies default to False"
authorJenkins <jenkins@review.openstack.org>
Tue, 13 Jun 2017 21:32:04 +0000 (21:32 +0000)
committerGerrit Code Review <review@openstack.org>
Tue, 13 Jun 2017 21:32:04 +0000 (21:32 +0000)
environments/enable-tls.yaml
puppet/services/horizon.yaml

index 39ded65..481459c 100644 (file)
@@ -2,6 +2,7 @@
 # For these values to take effect, one of the tls-endpoints-*.yaml environments
 # must also be used.
 parameter_defaults:
+  HorizonSecureCookies: True
   SSLCertificate: |
     The contents of your certificate go here
   SSLIntermediateCertificate: ''
index 93bced8..092d072 100644 (file)
@@ -55,7 +55,7 @@ parameters:
   HorizonSecureCookies:
     description: Set CSRF_COOKIE_SECURE / SESSION_COOKIE_SECURE in Horizon
     type: boolean
-    default: true
+    default: false
   MemcachedIPv6:
     default: false
     description: Enable IPv6 features in Memcached.