-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Add additional authentication for Google Cloud Operators #35899
Labels
Comments
ChloeSheasby
added
kind:feature
Feature Requests
needs-triage
label for new issues that we didn't triage yet
labels
Nov 27, 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. |
Lee-W
added
provider:google
Google (including GCP) related issues
area:providers
labels
Nov 28, 2023
josh-fell
removed
the
needs-triage
label for new issues that we didn't triage yet
label
Dec 14, 2023
Hello! I would be eager to implement this feature. |
@VladaZakharova and her team might be the right people to get feedback from on it |
dybolo
added a commit
to dybolo/airflow
that referenced
this issue
May 27, 2024
using OAuth2.0 Crient Credentials Grant for Google Cloud Operators. This feature enables OIDC token retrieval from any generic Identity Provider (IdP) that uses the OAuth 2.0 Credentials Grant Flow. Additionally, it lays the groundwork for integrating other custom OIDC token retrieval methods. related: apache#35899 Co-authored-by: Gonçalo Azevedo <[email protected]>
dybolo
added a commit
to dybolo/airflow
that referenced
this issue
Jun 9, 2024
using OAuth2.0 Crient Credentials Grant for Google Cloud Operators. This feature enables OIDC token retrieval from any generic Identity Provider (IdP) that uses the OAuth 2.0 Credentials Grant Flow. Additionally, it lays the groundwork for integrating other custom OIDC token retrieval methods. related: apache#35899 Co-authored-by: Gonçalo Azevedo <[email protected]>
potiuk
pushed a commit
that referenced
this issue
Jun 11, 2024
…erators. (#39873) * Add support for external IdP OIDC token retrieval using OAuth2.0 Crient Credentials Grant for Google Cloud Operators. This feature enables OIDC token retrieval from any generic Identity Provider (IdP) that uses the OAuth 2.0 Credentials Grant Flow. Additionally, it lays the groundwork for integrating other custom OIDC token retrieval methods. related: #35899 Co-authored-by: Gonçalo Azevedo <[email protected]> --------- Co-authored-by: Gonçalo Azevedo <[email protected]>
96 tasks
romsharon98
pushed a commit
to romsharon98/airflow
that referenced
this issue
Jul 26, 2024
…erators. (apache#39873) * Add support for external IdP OIDC token retrieval using OAuth2.0 Crient Credentials Grant for Google Cloud Operators. This feature enables OIDC token retrieval from any generic Identity Provider (IdP) that uses the OAuth 2.0 Credentials Grant Flow. Additionally, it lays the groundwork for integrating other custom OIDC token retrieval methods. related: apache#35899 Co-authored-by: Gonçalo Azevedo <[email protected]> --------- Co-authored-by: Gonçalo Azevedo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
Currently, the only way to authenticate with Google Cloud operators is through defining a file path to the Google Cloud Credentials. This is not always a safe option, and credentials can be acquired in different ways through the Workload Federated Identity service in Google Cloud Platform.
This can be done in the following:
Use case/motivation
I would like to be able to authenticate the Google Cloud operators through the Workload Federated Identity instead of providing the file path to credentials. This would help me to be able to use Airflow's native Google Cloud operators instead of making custom operators.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: