Starting with the release of proxysql-admin 2.0.15, the
proxysql-admin 2.x series can now encrypt the
credentials needed to access proxysql and cluster nodes. This
only applies to the proxysql-admin configuration,
this does not change the ProxySQL config, so
those credentials are still unencrypted.
The credentials file is the unencrypted file containing the usernames, passwords, hostnames, and ports needed to connect to ProxySQL and PXC (Percona XtraDB Cluster).
The proxysql-login-file tool is used to encrypt the
credentials file. This encrypted file is known
as a login-file. This login-file can then be
used by the proxysql-admin and
proxysql-status scripts.
Note: This feature requires OpenSSL v1.1.1 and above (with the exception of Ubuntu 16.04). Please see the …
[Read more]