amazon-ecr-credential-helper
amazon-ecr-credential-helper copied to clipboard
Error when config uses duration_seconds
The SDK error in question is here: https://github.com/aws/aws-sdk-go-v2/issues/1192
Just needs a new release with the bump I imagine.
Let me check. We have upgraded our dependencies finally.
Sadly getting hit by this as well at the moment:
panic: error merging role duration seconds key, strconv.ParseInt: parsing "΄": invalid syntax
Is there a timeline for releasing a new version with updated dependencies or a known workaround in the meantime?
Update with temp workaround:
Remove all duration_seconds
settings from all profiles in ~/.aws/credentials
and ~/.aws/config
. Less than ideal but it is a workaround