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
When people leave the project we'd like to remove them from the gopass store completely.
Steps To Reproduce
gopass recipients remove KEY_ID
Expected behavior
The person's key and all their other data is removed from the store.
Actual behavior
The person is removed as a recipient from .gpg-id but their key stays in .public-keys. What's the reason and motivation behind this? We'd like to clean this up, can we simply remove the key files without compromising the integrity of the store?