-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vault gets wiped on startup when using pass #470
Comments
A big +1 on this issue. It has happened a few times that I either dismissed the GPG password dialog box or waited too long to fill it in (apparently there is a timeout). What happens then is that I lose everything and need to set up bridge all over again: settings, accounts, client-side passwords, followed by the long and costly re-download of my whole mailbox. I would be very happy if this were fixed! |
I use thefollowing sequence on Debian:
This will ask for the passphrase and give the key. It opens the database. The database seems to stay open for a limited time.
j. |
This is a big problem, since whenever the vault gets wiped, I have to do this:
|
Using
pass
on Linux, the vault gets wiped when starting proton-bridge (bridge -c
) if the gpg key is not unlocked (the key has a passphrase):Expected Behavior
Gracefully fail, or prompt to unlock.
Current Behavior
Wipe out the vault.
Possible Solution
Steps to Reproduce
pass
with passphrase-protected gpg keybridge -c
Version Information
3.10.0
Context (Environment)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: