clidey / whodb

A lightweight next-gen data explorer - Postgres, MySQL, SQLite, MongoDB, Redis, MariaDB & Elastic Search with Chat interface
https://whodb.clidey.com
GNU General Public License v3.0
1.88k stars 55 forks source link

[FR] SSL options in ENV variable #191

Open raymond-xu-gtg opened 1 month ago

raymond-xu-gtg commented 1 month ago

Can we add support in the WHODB_MYSQL environment variable for

Ref. https://cloud.google.com/sql/docs/mysql/iam-authentication#compare-db-auth-options

Example:

[{"host": "10.1.2.3", "user", "ray.xu", "ssl-mode": "REQUIRED", "ssl-ca": "/tmp/ca.pem", ...}]
hkdeman commented 1 month ago

Thank you for issues! We are testing changes on this PR: https://github.com/clidey/whodb/pull/196.

We are setting up the IAM authentication for an instance Google Cloud to test. Getting back on this thread!