pass: docker login does not work after rotating gpg key · Issue #299 · docker/docker-credential-helpers (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
Repro steps:
- Store a login cred:
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 123456789.dkr.ecr.us-east-1.amazonaws.com
- Rotate your gpg key
- Re-store the login cred with the same command as step 1
Expected result:
The creds are stored successfully
Actual result:
The old credentials can't be decrypted, so the credential helper fails with gpg: decryption failed: No secret key