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

Allow Private Service Connect (PSC) for CloudSQL auth integration #27867

Open
shinji62 opened this issue Jul 25, 2024 · 0 comments · May be fixed by #27889
Open

Allow Private Service Connect (PSC) for CloudSQL auth integration #27867

shinji62 opened this issue Jul 25, 2024 · 0 comments · May be fixed by #27889

Comments

@shinji62
Copy link
Contributor

shinji62 commented Jul 25, 2024

Is your feature request related to a problem? Please describe.

I want to use Vault to generate credentials for Cloudsql (postgres) the instances is in a different VPC/Project than Vault, as VPC Peering and others are not possible (overlapping CIDR) the CloudSQL instances is available with Private Service Connect.

As well those options are not supported for MySQL, so I would like to add those options to MySQL as well.

Describe the solution you'd like
Connect to Cloud Postgres instances with IAM using the PSC endpoint

Describe alternatives you've considered
We can use static credentials to connect the CloudSQL.

Extra Information:
CloudSQL connector support the WithPSC options out of the box, so I think the PR would be similar to #26828

I am happy to contribute if you are agree to proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants