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
An expired token passed to ECR will return a 403, which lacks a
Www-Authenticate header required to trigger the docker authorizer. This
meant that credential helpers like amazon-ecr-credential-helper would
not refresh the token. This change adds the proper header to fix this
behavior.
Signed-off-by: David Son <[email protected]>
0 commit comments