Skip to content
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

passage backend; add support based on pass backend #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jenic
Copy link

@jenic jenic commented Feb 14, 2023

Passage is an Age-backed password manager written by Filippo Valsorda and based on password-store by Jason Donenfeld. Adding support for passage was simply a matter of tweaking the existing support already available under pass for age files instead of GPG.

I've confirmed this works on my system (Arch Linux) by pointing aws-vault's go.mod to my local keyring project and recompiling it. Executing with the new backend, as listed below, properly invokes age and lists my S3 buckets.

./aws-vault-linux-amd64 --backend=passage exec personal -- aws s3 ls

I apologize I did not include a passage_test.go, I started to do so but I am busy with other things at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant