-
Notifications
You must be signed in to change notification settings - Fork 71
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
GOOGLE_APPLICATION_CREDENTIALS: credentials type 'external_account' is not supported #437
Comments
Thanks for the request - this will be handled over in inspec-gcp. Thanks! |
Should the issue be in this repo: https://github.com/googleapis/google-auth-library-ruby, I wonder? |
This has been fixed in https://github.com/googleapis/google-auth-library-ruby/releases/tag/googleauth%2Fv1.6.0 according to our Google TAMs. What is required to get inspec using this version of googleauth - it looks like we are stuck here:
|
We have implemented support for Workload Identity Federation authentication. |
I'd like to be able to use OIDC from GitHub Actions to GCP when running inspec tests against my infrastructure. Specifically when using Kitchen-Terraform.
Detailed Description
When running kitchen verify I get the following issue:
Context
Using long-lived credentials isn't ideal.
The text was updated successfully, but these errors were encountered: