Merge "horizon: config ssl verification via values"
This commit is contained in:
@@ -230,6 +230,7 @@ conf:
|
||||
secure_proxy_ssl_header: false
|
||||
password_autocomplete: "False"
|
||||
disallow_iframe_embed: "False"
|
||||
ssl_no_verify: "True"
|
||||
allowed_hosts:
|
||||
- '*'
|
||||
horizon_images_upload_mode: 'legacy'
|
||||
@@ -496,7 +497,7 @@ conf:
|
||||
{{- end }}
|
||||
|
||||
# Disable SSL certificate checks (useful for self-signed certificates):
|
||||
#OPENSTACK_SSL_NO_VERIFY = True
|
||||
OPENSTACK_SSL_NO_VERIFY = {{ .Values.conf.horizon.local_settings.config.ssl_no_verify }}
|
||||
|
||||
{{- if .Values.manifests.certificates }}
|
||||
# The CA certificate to use to verify SSL connections
|
||||
|
||||
Reference in New Issue
Block a user