You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see go-getter using the EC2RoleProvider but I couldn't find where it was calling creds.Get() to download the actual credentials, from AWS metadata service. I ran across this issue while trying to use Nomad with a job using artifacts located in S3.
I also manually verified that retrieving credentials using CURL was possible in order to rule out IAM configuration issues.
The text was updated successfully, but these errors were encountered:
I can see go-getter using the EC2RoleProvider but I couldn't find where it was calling
creds.Get()
to download the actual credentials, from AWS metadata service. I ran across this issue while trying to use Nomad with a job using artifacts located in S3.I also manually verified that retrieving credentials using CURL was possible in order to rule out IAM configuration issues.
The text was updated successfully, but these errors were encountered: