-
Notifications
You must be signed in to change notification settings - Fork 57
Description
I set up pass store and the associated browser extension and native client after which everything worked as expected.
However, after a short period, I was no longer prompted to enter my master password for the gpg account. This is the case when using the browser extension as well as when using the CLI for pass store, so perhaps this is not the correct place to raise this issue. I waited up to 24 hours without showing passwords to be sure that the prompt (i.e. pinentry) no longer shows.
The only thing I can remember doing differently on one occasion was exiting out of the pinentry-mac window via esc rather than entering the password. I wonder whether the gpg-agent is permanently caching my master password, which is not ideal.
I have tried killing the gpg-agent but to no effect.
System:
- MacOS Sequoia 15.3
pass --version => v1.7.4(installed withbrew)- Using Brave Browser
- Using
pinentry-mac
Thank you in advance if you have any suggestions!