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
Before I invest time in this, would you be open to contributions here?
1.15.2
v2.8.0
In the last two weeks we've seen more occurrences of this.
vault-action/src/auth.js
Line 38 in 9f522b8
Error: Error message: Failed to get ID Token. Error Code : undefined Error Message:
It's likely an underlying github issue and happens more frequently recently.
Just retry the idToken retrieval.
Add any other context about the problem here. Others have implemented retries, too: aws-actions/configure-aws-credentials#469 https://github.com/aws-actions/configure-aws-credentials/blob/a5dceb9b44a45021a99d8625cf6bc63214e8114c/src/index.ts#L112
The text was updated successfully, but these errors were encountered:
somewhat related PR: #442
Sorry, something went wrong.
same problem for me as well
No branches or pull requests
Before I invest time in this, would you be open to contributions here?
Vault server version
1.15.2
vault-action version
v2.8.0
Describe the bug
In the last two weeks we've seen more occurrences of this.
vault-action/src/auth.js
Line 38 in 9f522b8
This line is failing.
To Reproduce
It's likely an underlying github issue and happens more frequently recently.
Expected behavior
Just retry the idToken retrieval.
Log Output
Additional context
Add any other context about the problem here.
Others have implemented retries, too:
aws-actions/configure-aws-credentials#469
https://github.com/aws-actions/configure-aws-credentials/blob/a5dceb9b44a45021a99d8625cf6bc63214e8114c/src/index.ts#L112
The text was updated successfully, but these errors were encountered: