aboutsummaryrefslogtreecommitdiffstats
path: root/environments/enable-tls.yaml
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2017-06-08 16:28:34 -0500
committerBen Nemec <bnemec@redhat.com>2017-06-08 16:28:34 -0500
commitd8c0c33012d9a75e980f9f6cef59367594258af9 (patch)
tree0af821043a5346a58493277f1fe4d35ac8b474d3 /environments/enable-tls.yaml
parent52b6ed7e27966a4ef285783369f899b77c37ba77 (diff)
Change HorizonSecureCookies default to False
HorizonSecureCookies is incompatible with non-ssl deployments, which is our default deployment method. When SSL is in use, it can be turned on in the enable-tls.yaml file. This does mean that existing users won't automatically get this feature turned on as part of their upgrade because enable-tls.yaml is an environment that is intended to be copied and edited, but it's simple to add the parameter to the file for users who want that behavior after they upgrade to a version where it is available. Change-Id: If83d3d8709fc4e0c09569e8bf524721d332bf560 Closes-Bug: 1696861
Diffstat (limited to 'environments/enable-tls.yaml')
-rw-r--r--environments/enable-tls.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml
index 39ded654..481459cb 100644
--- a/environments/enable-tls.yaml
+++ b/environments/enable-tls.yaml
@@ -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: ''