-
Notifications
You must be signed in to change notification settings - Fork 472
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
Failed login with OIDC provider since v3 upgrade "Could not load credentials from any providers" #858
Comments
I'm also seeing this over at Awkward Array: https://github.com/scikit-hep/awkward/actions/runs/6302675659/job/17110771652?pr=2721 Does anyone have any ideas what's causing the regression? |
Did you ever see a fix for this? |
It's working in production for us now: https://github.com/scikit-hep/awkward/blob/217b3ea531004ef800d76908f5030447a78f6bbd/.github/workflows/docs.yml#L358-L373 |
Thanks! I thought I was experiencing an error that might have been the same as this; but it ended up being a PEBCAK error. |
This is still showing the same behaviour in our workflow unfortunately. |
Describe the bug
Currently use this action at
v2
with success using an OIDC provider to authenticate.Would heartily like to upgrade this action however attempts of upgrading to
v3
andv4
are not successful. Can successfully authenticate with the assumed role as shown below however cannot continue as met with an error.Expected Behavior
Expect successful login using OIDC as we can with
v2
of this action.Current Behavior
Successful authentication with assumed role using OIDC but credentials unable to be loaded for the action.
Reproduction Steps
Current workflow snippet
IAM trust relationship on role
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: