What do you use for managing secrets in your environment?
I am looking for a centralized way to distribute db connection strings and credentials, public keys, API keys and such in a small'ish environment.
The goal is to have as few secrets on the client machines as possible, and have easy rotation of certain share passwords.
#Hashicorp #vault, #bitwarden secrets manager seem to fit. I would like to hear of your experiences.