Merge "Horizon: Set SECURE_PROXY_ADDR_HEADER"
This commit is contained in:
commit
fb49cd9903
@ -388,6 +388,11 @@ conf:
|
|||||||
OPENSTACK_KEYSTONE_URL = "{{ tuple "identity" "internal" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}"
|
OPENSTACK_KEYSTONE_URL = "{{ tuple "identity" "internal" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}"
|
||||||
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "member"
|
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "member"
|
||||||
|
|
||||||
|
# This setting specifies the name of the header with remote IP address. If not present,
|
||||||
|
# then REMOTE_ADDR header is used. The commom value for this setting is HTTP_X_REAL_IP
|
||||||
|
# or HTTP_X_FORWARDED_FORx
|
||||||
|
SECURE_PROXY_ADDR_HEADER = 'HTTP_X_FORWARDED_FOR'
|
||||||
|
|
||||||
{{- if .Values.conf.horizon.local_settings.config.auth.sso.enabled }}
|
{{- if .Values.conf.horizon.local_settings.config.auth.sso.enabled }}
|
||||||
# Enables keystone web single-sign-on if set to True.
|
# Enables keystone web single-sign-on if set to True.
|
||||||
WEBSSO_ENABLED = True
|
WEBSSO_ENABLED = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user