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
It reads the default profile as it was not specified in the environment variables, and reads the role name specified there.
Current Behavior
It fails to find the specified role name even though it is specified in the config.
Reproduction Steps
create a .aws/config file that has a default profile that assumes a role via a web_identity_token_file
configure docker to use amazon-ecr-credential-helper
attempt to pull an image
Operating System and version
Ubuntu 20.04
also opened a similar issue here that was closed as I was asked to redirect here. aws/aws-sdk-go-v2#2469
The text was updated successfully, but these errors were encountered:
When using amazon-ecr-credential-helper to pull from ECR, it fails to pull credentials from the default profile with the following stack trace:
The default profile in the ~/.aws/config file is simply:
the panic originally coming from this projects call here.
eventually throwing the error here
Expected Behavior
It reads the default profile as it was not specified in the environment variables, and reads the role name specified there.
Current Behavior
It fails to find the specified role name even though it is specified in the config.
Reproduction Steps
Operating System and version
Ubuntu 20.04
also opened a similar issue here that was closed as I was asked to redirect here.
aws/aws-sdk-go-v2#2469
The text was updated successfully, but these errors were encountered: