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
Hi,
We followed document #102 and setup the docker-credential-pass, so that we can store the docker login credentials in the pass store.
Everything is going well ( it works for several hours and docker login succeed for hundreds times ), but after that the error throw when docker login again:
Error saving credentials: error storing credentials - err: exit status 1, out: pass store is uninitialized
And then execute docker-credential-pass list, it also returns:
pass store is uninitialized
Check pass list, unexpected 'docker-pass-initialized-check' is inserted by itself:
Password Store
└── docker-credential-helpers
└── a3jxs543j..................8hda0==
└── dockerloginusername
└── docker-pass-initialized-check
Is it possible to be the issue of docker-credential-pass which makes pass store uninitialized?
Please feel free to reach me. Thank you.
The root cause is gpg cached entry timeout, which controlled by the option [max-cache-ttl] in ~/.gnupg/gpg-agent.conf
--max-cache-ttl n
Set the maximum time a cache entry is valid to n seconds. After this time a cache entry will be expired even if it has been accessed recently or has been set using gpg-preset-passphrase. The default is 2 hours (7200 seconds)
Hi,
We followed document #102 and setup the docker-credential-pass, so that we can store the docker login credentials in the pass store.
Everything is going well ( it works for several hours and docker login succeed for hundreds times ), but after that the error throw when docker login again:
And then execute docker-credential-pass list, it also returns:
Check pass list, unexpected 'docker-pass-initialized-check' is inserted by itself:
Is it possible to be the issue of docker-credential-pass which makes pass store uninitialized?
Please feel free to reach me. Thank you.
Ubuntu Info:
Pass Version:
The text was updated successfully, but these errors were encountered: