Merge "Add TLS to Kibana Web Interface"
This commit is contained in:
commit
a4104c2aec
@ -388,7 +388,9 @@ listen kibana
|
||||
{% if haproxy_enable_external_vip | bool %}
|
||||
|
||||
listen kibana_external
|
||||
bind {{ kolla_external_vip_address }}:{{ kibana_server_port }}
|
||||
bind {{ kolla_external_vip_address }}:{{ kibana_server_port }} {{ tls_bind_info }}
|
||||
http-request del-header X-Forwarded-Proto
|
||||
http-request set-header X-Forwarded-Proto https if { ssl_fc }
|
||||
acl auth_acl http_auth(kibanauser)
|
||||
http-request auth realm basicauth unless auth_acl
|
||||
{% for host in groups['kibana'] %}
|
||||
|
Loading…
Reference in New Issue
Block a user