-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Cannot read from AWS instance IAM role for AWS provider (as of 5a15c02cbbea27d3f8345b5fe0f348a08a24fdb9) #2828
Comments
Hey @jszwedko so, are the creds you're using are IAM creds then? |
@catsby aaah I see, so one fix would be to give the IAM role access to the IAM service. |
@jszwedko can you confirm that worked for you? |
@catsby awesome, thank you. It turned out the IAM instance profile I was using already had permissions to hit the IAM service, but still errored. This issue persists in the now released |
yup, that's the then |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
It looks like the ability to read from an IAM instance role was lost for the AWS provider. This works fine in 0.6.1, but on the current
HEAD
of master I get:The text was updated successfully, but these errors were encountered: