-
Notifications
You must be signed in to change notification settings - Fork 346
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
Fails to assume instance role when Instance Metadata V2 is set to require (imdsv2) #289
Comments
+1 |
Also having that problem here. |
also having this issue for me, any workaround to fix this? trying using imds v2 but still got result : $ echo "xxxxxxxxxxxx.dkr.ecr.us-west-2.amazonaws.com" | docker-credential-ecr-login get
credentials not found in native keychain
|
I had this issue as well, but I noticed that my version of
I updated the binary in-place, after installing:
And now it is working as expected on a machine that only supports IMDSv2! |
Recently required IMDSv2 and am now having this issue. I've narrowed it down some:
Hope this helps! |
Fails to find credentials when Instance is set to require Instance Metadata V2 tokens.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html
The text was updated successfully, but these errors were encountered: