Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] SSL options in ENV variable #191

Open
raymond-xu-gtg opened this issue Oct 3, 2024 · 1 comment
Open

[FR] SSL options in ENV variable #191

raymond-xu-gtg opened this issue Oct 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@raymond-xu-gtg
Copy link

Can we add support in the WHODB_MYSQL environment variable for

  • SSL mode
  • SSL CA cert
  • SSL client cert
  • SSL client key
    in order to use SSL enabled connection? This is required for Google Cloud IAM Authentication.

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
Copy link
Contributor

hkdeman commented Oct 4, 2024

Thank you for issues! We are testing changes on this PR: #196.

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

@hkdeman hkdeman added the enhancement New feature or request label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants