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

Enable IAM based authentication from CloudSQL airflow operators to connect to Cloudsql in GCP #35347

Open
1 of 2 tasks
jitendra390 opened this issue Nov 1, 2023 · 1 comment
Labels
area:providers good first issue kind:feature Feature Requests provider:google Google (including GCP) related issues

Comments

@jitendra390
Copy link

Description

Currently the cloudsql operators from airflow does spin up cloud auth proxy to connect to cloudsql . But it uses DB user name and password to authenticate and authorize. Cloudsql Auth proxy supports IAM based authentication where the native cloud identity(service account) can be used to authenticate against cloudsql without the need of creating and maintaining a sepearte DB identity. It would be great if the existing cloudsql airflow operators can add this functionality.

Use case/motivation

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@jitendra390 jitendra390 added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels Nov 1, 2023
Copy link

boring-cyborg bot commented Nov 1, 2023

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

@eladkal eladkal added provider:google Google (including GCP) related issues area:providers good first issue and removed needs-triage label for new issues that we didn't triage yet labels Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers good first issue kind:feature Feature Requests provider:google Google (including GCP) related issues
Projects
None yet
Development

No branches or pull requests

2 participants