Is there a recommended open-source frontend based password manager frontend available on top of Hashicorp vault?
Context: We currently use bitwarden for passwords & are adding Vault for secrets. The ones managing the passwords are non technical & need a frontend. We don’t want to have 2 stacks on the backend, and if there’s an open-source recommended frontend based password manager that stores in Vault, we can kill bitwarden. Smaller / simpler stack footprint.
Thanks
Vault has a built in UI which does a reasonable job at allowing less technical people to update secrets. However Vault is very different from a user facing password tool like Bitwarden. While Vault is really a lower level database for secrets (where everything is centred around access to a specific secret and managing its lifecycle [especially if dynamically created]) Bitwarden is a lot higher level, with lots of business logic (password generation, metadata, sharing), integrations (browser plugins) and a very different threat design (Bitwarden is designed to prevent the server from seeing any secrets, while Vault is the opposite)
I guess the main question is what about Bitwarden are you liking that the basic Vault UI doesn’t provide? Does it matter for your users if a server admin could see all their secrets (which shouldn’t be possible for Bitwarden without having access to the user-held master password)?