-
Notifications
You must be signed in to change notification settings - Fork 75
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
Feature: Add support for Bitwarden Vault and password manager #65
Comments
@MurzNN Hey! Thanks for writing this up.
Honestly, I'm not sure. But anyway- I intend to add support for backends that provides mature Go sdk/client which is crucial to keep this project maintainable. |
Seems something like this exists here: https://github.com/arhat-dev/bitwarden-api-go |
Hey @mumoshu and @MurzNN, sorry for bringing up such an old thread, but now BitWarden has its own “Secrets Manager” that is a K/V store. Yesterday I was playing with the Go example to adapt to Vals… the thing is: the Golang would be just “a shell”/"wrapper" calling the “libbitwarden_c.so”. It means, “vals” and helmfile would need to have the library exported on the LD_LIBRARY_PATH to work. Also, they don't provide an “easy to use” SDK, to build the Golang part we would need to clone their repo, run some cargo and npm commands, and then build our stuff. It is easy to understand reading the Dockerfile from my example app. What do you guys think about it? |
@yxxhero hey, sorry to tag you, but I think your thoughts about my last post ^ would be appreciated 😊 |
@mumoshu WDYT? |
If the library integration is too tough, maybe just use the bitwarden cli tool bw? So, to retrieve the password from a string like
and that's it! |
And even more, seems we can implement a cli plugin that will just compose the command from a ref, and parse the resulting output. But this smells more like a great general idea, so I filled a separate feature request about it: #193 |
oh, I missed this issue. The bw cli has a REST-API with |
Bitwarden Vault is a popular e2ee opensource password manager, with very good ability to share passwords between teams!
It also provides command line interface, description is here https://bitwarden.com/help/article/cli/
So will be good to see integration of Bitwarden with vals too, is it hard to implement?
The text was updated successfully, but these errors were encountered: