Add HorizonSecureCookies to environments/ssl/enable-tls.yaml
It was missing and breaking folks trying to use it. Change-Id: I06c3a8499ce72973f850df60961226a168ba49e4 Closes-Bug: #1812211
This commit is contained in:
parent
992dc37e7f
commit
eb52c794d9
@ -10,6 +10,10 @@
|
|||||||
# For these values to take effect, one of the tls-endpoints-*.yaml
|
# For these values to take effect, one of the tls-endpoints-*.yaml
|
||||||
# environments must also be used.
|
# environments must also be used.
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
|
# Set CSRF_COOKIE_SECURE / SESSION_COOKIE_SECURE in Horizon
|
||||||
|
# Type: boolean
|
||||||
|
HorizonSecureCookies: True
|
||||||
|
|
||||||
# The content of the SSL certificate (without Key) in PEM format.
|
# The content of the SSL certificate (without Key) in PEM format.
|
||||||
# Type: string
|
# Type: string
|
||||||
SSLCertificate: |
|
SSLCertificate: |
|
||||||
|
@ -9,6 +9,9 @@ environments:
|
|||||||
files:
|
files:
|
||||||
puppet/services/haproxy-public-tls-inject.yaml:
|
puppet/services/haproxy-public-tls-inject.yaml:
|
||||||
parameters: all
|
parameters: all
|
||||||
|
puppet/services/horizon.yaml:
|
||||||
|
parameters:
|
||||||
|
- HorizonSecureCookies
|
||||||
static:
|
static:
|
||||||
# This should probably be private, but for testing static params I'm
|
# This should probably be private, but for testing static params I'm
|
||||||
# setting it as such for now.
|
# setting it as such for now.
|
||||||
@ -20,6 +23,7 @@ environments:
|
|||||||
SSLKey: |-
|
SSLKey: |-
|
||||||
|
|
|
|
||||||
The contents of the private key go here
|
The contents of the private key go here
|
||||||
|
HorizonSecureCookies: True
|
||||||
-
|
-
|
||||||
name: ssl/enable-internal-tls
|
name: ssl/enable-internal-tls
|
||||||
title: Enable SSL on OpenStack Internal Endpoints
|
title: Enable SSL on OpenStack Internal Endpoints
|
||||||
|
Loading…
x
Reference in New Issue
Block a user