amazon-ecr-credential-helper icon indicating copy to clipboard operation
amazon-ecr-credential-helper copied to clipboard

Error when config uses duration_seconds

Open jhohertz opened this issue 2 years ago • 2 comments

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.

jhohertz avatar Jun 19 '22 03:06 jhohertz

Let me check. We have upgraded our dependencies finally.

kzys avatar Jul 06 '22 18:07 kzys

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

frosforever avatar Aug 23 '22 21:08 frosforever