-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Add credential configuration file support to Google Cloud Hook #31548
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
Conversation
110230f
to
f896c01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not too familiar with Google creds, so this might be a stupid q, but how is this student to the key_path option?
@ashb This method is a generalization that supports a wider range of file-based credentials ( |
Do we need both? Should we deprecated the key one? Can we "just" pass the other types to key_path? |
@ashb We could probably deprecate it, yes, but:
|
Cool let's leave it for now |
b07a751
to
bdb28a9
Compare
bdb28a9
to
6d3b45f
Compare
Add support to authenticate to GCP using a credential configuration file explicitly defined in a connection.
This allows Airflow users to authenticate to GCP using external accounts without relying on the ADC mechanism, allowing the configuration of multiple connections utilizing this mechanism, which offers more flexibility than service account keys.