-
Notifications
You must be signed in to change notification settings - Fork 37
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
Error getting creds when assuming role and using fallback credentials #4
Comments
Testing Results👍
|
I'm making an effort to collect the credential tests in a quick and dirty repo. I think this will help inform an eventual solution. If you have something that's not working, it's easy to add a new test based on the existing set: https://github.com/YakDriver/terraform-cred-tests |
I can confirm @YakDriver seeing the same situation regarding all the scenarios you showed. |
Confirming the same as @YakDriver and @scalp42 here. |
Is this issue resolved? |
Related issues:
Currently, session-derived credentials are obtained after execution has passed the assume role logic.
Currently Session-derived creds without profile:
Currently Session-derived creds with profile:
Specific resultant issue:
awsauth.go
path, you cannot assume a role if your credentials come from a credential process. However, you can assume a role if your credentials come from a shared credentials profile.The error that you can expect to see:
The text was updated successfully, but these errors were encountered: