kolla-ansible/releasenotes/notes/proxysql-internal-tls-dd68e952d97540a1.yaml
Matus Jenca d23433aca3 Add frontend TLS ability to ProxySQL
This patch ads an ability to receive TLS connections
to ProxySQL. Certificates and variable lookups are
added in order for TLS to be enabled by
<project_name>_database_internal_tls_enable.
Note that in order for this to work, mysql
connection strings need to have TLS enabled,
which can be added in separate per-service patches

Change-Id: I2c06ce5e138f52259c1725dae37f25c1b00d1e6b
2024-10-25 19:42:50 +00:00

9 lines
255 B
YAML

---
features:
- |
Implements ability to use internal frontend TLS between
a Kolla service and ProxySQL
This does not enable TLS itself, its need to be patched
in per-service patches, that will enable TLS in
mysql connection strings