ansible-collections/community.proxysql
add support for PROXYSQL TLS RELOAD
Open
#84 opened on Oct 27, 2021
easyfixenhancementgood first issue
Repository metrics
- Stars
- (29 stars)
- PR merge metrics
- (PR metrics pending)
Description
SUMMARY
with proxsql 2.3.0 command PROXYSQL TLS RELOAD is available
Added support for reloading TLS files at runtime, allowing ProxySQL to change its cert/key files used for client connections. This also introduces the command PROXYSQL TLS RELOAD
https://github.com/sysown/proxysql/releases/tag/v2.3.0
But where to include? maybe proxysql_manage_config?
ISSUE TYPE
- Feature Idea