Skip to content

Commit 39cdc81

Browse files
committed
Bump ProxySQL to 3.0.x and enable DB TLS
1 parent 638115f commit 39cdc81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ prometheus_openstack_exporter_interval: "{{ stackhpc_prometheus_openstack_export
6161

6262
rabbitmq_image: "{% raw %}{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/rabbitmq-4-1{% endraw %}"
6363

64-
# NOTE(seunghun1ee) Disable database TLS until ProxySQL 2.7 gets bug fix for
65-
# https://github.com/sysown/proxysql/issues/4877 or K-A bumps ProxySQL to 3.x.
66-
database_enable_tls_internal: false
67-
database_enable_tls_backend: false
64+
# Using ProxySQL 3.0.x to fix bug https://github.com/sysown/proxysql/issues/4877
65+
proxysql_version: 3
66+
database_enable_tls_internal: true
67+
database_enable_tls_backend: true

0 commit comments

Comments
 (0)