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
Implement a new backend, like the already existing one for Vault.Kv that uses either pass or gpg directly. The question is whether to use pass or gpg, they're essentially equivalent, but if we went for gpg we'd avoid a needless dep on pass, I'm not saying that we shouldn't maintain pass compatibilty, but we can go around it if we want.
Acceptance criteria
New functional backend on top of pass/gpp, associated tests, and compatibility with pass.
UPDATE: now having looked at the source code of pass, I refuse to touch GPG with a 20 foot pole, I personally don't mind the extra dependency so I'll just start wrapping pass.
The text was updated successfully, but these errors were encountered:
Clarification and motivation
Implement a new backend, like the already existing one for Vault.Kv that uses either
pass
ordirectly. The question is whether to usegpg
pass
orgpg
, they're essentially equivalent, but if we went for gpg we'd avoid a needless dep onpass
, I'm not saying that we shouldn't maintainpass
compatibilty, but we can go around it if we want.Acceptance criteria
New functional backend on top of pass/gpp, associated tests, and compatibility with
pass
.UPDATE: now having looked at the source code of pass, I refuse to touch GPG with a 20 foot pole, I personally don't mind the extra dependency so I'll just start wrapping pass.
The text was updated successfully, but these errors were encountered: