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
i have an empty .gpg-id at the root of my repo and subfolders for shared and private
shared has a .gpg-id with three keys
all subfolders of pri have .gpg-id with a single key
creating a pw via gopass bridge (which calls gopass-jsonapi) fails failed to store secret: failed to encrypt
creating via gopass commandline is functional:
finds and respects the first .gpg-id file and only encrypts for that key
Steps To Reproduce
set up a repo as described above
add a key via chrome gopassbridge
Expected behavior
success to create an encrypted new key
Environment
OS: Fedora 37
gopass-jsonapi Version: 1.15.4
Installation method: dnf
The text was updated successfully, but these errors were encountered:
Summary
i have an empty .gpg-id at the root of my repo and subfolders for shared and private
shared has a .gpg-id with three keys
all subfolders of pri have .gpg-id with a single key
creating a pw via gopass bridge (which calls gopass-jsonapi) fails
failed to store secret: failed to encrypt
creating via gopass commandline is functional:
finds and respects the first .gpg-id file and only encrypts for that key
Steps To Reproduce
set up a repo as described above
add a key via chrome gopassbridge
Expected behavior
success to create an encrypted new key
Environment
The text was updated successfully, but these errors were encountered: