Add support for Workload Identity Federation #1342
Labels
auth
Issues related to the auth library
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Background
Currently, the auth library supports three authentication methods:
However, it lacks support for Workload Identity Federation, which is Google Cloud's recommended way to access Google Cloud resources from non-Google Cloud environments (Github Actions, AWS, Azure, etc.) without using service account keys.
Proposed Changes
Add support for Workload Identity Federation by:
Implementing external account credentials:
type: "external_account"
in ADC filesSupporting some providers:
Example Configuration
The text was updated successfully, but these errors were encountered: