We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See the NodeJs implementation for reference.
Support the "executable" credential source for external account credentials. For example:
{ "type": "external_account", "audience": "//iam.googleapis.com/locations/global/workforcePools/$WF_POOL_ID/providers/$PROVIDER_ID", "subject_token_type": "urn:ietf:params:oauth:token-type:jwt", "token_url": "https://sts.googleapis.com/v1/token", "token_info_url": "https://sts.googleapis.com/v1alpha/token_info", "credential_source": { "executable": { "command": "/path/to/get/credentials.sh --arg1=value1 --arg2=value2", "timeout_millis": 1500, "interactive_timeout_millis": 30000, "output_file": "/path/to/generated/cached/credentials/" } } }
The text was updated successfully, but these errors were encountered:
This was added in #525
Sorry, something went wrong.
No branches or pull requests
See the NodeJs implementation for reference.
Support the "executable" credential source for external account credentials. For example:
The text was updated successfully, but these errors were encountered: