I want to move our current mess of password management into Vault and my tests left me with a few questions. Vault will be mostly used via the WebUI to look up passwords; I’m aware that Vault isn’t really designed to be a password manager like Lastpass, Bitwarden or Keepass, but I’m not happy with the others.
- How can I change the language of the WebUI, either global, or per user?
- Can secrets be unhidden (displayed) by default?
- When accessing a (kv) secret, is it possible to land on “Secret” instead of “Overwiew”?
- If a user removes a secret, can it be moved into a “Trash” instead of deleted, so someone else (eg an admin) can then really delete it?
- Can new secrets be templated? So when someone adds a new (kv) secret, there are eg already fields for “Username” and “Password”? I’ve read about required_parameters, but that does not exist for kv v2, and versioning is a really big plus which v1 does not have.