Merge "Verify TLS by default for Kibana to Elasticsearch"

This commit is contained in:
Zuul 2020-06-26 21:34:31 +00:00 committed by Gerrit Code Review
commit 0673e98539
2 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,7 @@ kibana_services:
kibana_default_app_id: "discover"
kibana_elasticsearch_request_timeout: 300000
kibana_elasticsearch_shard_timeout: 0
kibana_elasticsearch_ssl_verify: false
kibana_elasticsearch_ssl_verify: true
####################

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Changes the default value of ``kibana_elasticsearch_ssl_verify`` from
``false`` to ``true``. `LP#1885110
<https://bugs.launchpad.net/kolla-ansible/+bug/1885110>`__