-
Notifications
You must be signed in to change notification settings - Fork 193
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 workload identity federation support #381
Comments
Is this planned? Workload identity federation for accessing GCP services on eg. AWS is a much more secure method than keeping credentials on a machine, and I'd love to use it for my PHP projects. |
Specifically, this library should add support for the "external_account" google application credentials "type" as defined in https://google.aip.dev/auth/4117 This is the format that is generated with the For example (from CircleCI ), pointing the
|
Any updates on this? |
@arnaubuch this is being worked on now and we will be delivering this auth feature soon |
How is it going with this feature? |
This is being worked on in #462! |
Don't forget OIDC / JWT tokens pls! |
For everyone following this thread, we have a PR for supporting AWS that should be merged soon. It would be great to have your help testing it out and reviewing it! To test it out, it's simple
We expect to have this feature merged and released shortly! If you are willing to test it out beforehand and provide feedback, that would be greatly appreciated. Thank you! |
Workload Identity Federation support has been added! Please update your This should work out of the box when you set the path to your Workload Identity Federation credentials to the Please open new issues if you encounter any problems or have any questions. Thank you! Note: Workforce Credentials are still not supported, but support is coming soon (see #485) |
Add workload identity federation support https://cloud.google.com/iam/docs/using-workload-identity-federation
The text was updated successfully, but these errors were encountered: