-
Notifications
You must be signed in to change notification settings - Fork 823
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
SecretService backend - prompts for new secrets' DB while using KeepassXC #1210
Comments
Same problem here.
As workaround |
We have two issues here. First, aws-vault tries to create new collection (KeepassXC database) if a collection called Now the prompt is working, but aws-vault freezes afterwards. There's another bug in the go-libsecret library causing this: gsterjov/go-libsecret#5 To get it working we can use the patch from @Neverous. (thanks by the way 😁 )
Now aws-vault should work with KeepassXC if you use it as follows I recommend adding this command as an alias. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still using totally unmaintained Line 35 in e22aea1
Related to automatically staled and closed #904 (comment) |
.aws/config
(redacted if necessary)aws-vault --debug
(redacted if necessary)aws-vault --debug
outputI am using KeepassXC as the SecretService underhood. Every execution of e.g.
secret-tool lookup xx yy
calls KeepassXC to retrieve secret.When I configure
aws-vault
to use SecretService as its backend, each time I want to store some value, I am prompted to create a new KeepassXC database.The text was updated successfully, but these errors were encountered: