Hi everyone, I was perusing through Conjur and Vault documentation, since I’m starting to think that learning a secret-management system might be a worthwhile investment with the app secrets and SSH keys and CA certificates around.
I was wondering, what do you use in your network? I plan to take a look at Teleport’s documentation too, was curious about what the community uses at home.
Thanks!
lungdart@lemmy.ca 10 months ago
I’m using pass at home, but I’ve used hashicorp vault at a few jobs with great success.
IBM just forked it to openBao as well to get around the business license, if that’s a concern for your. But honestly I’d trust hashicorp more than IBM at this point.
jmd_akbar@aussie.zone 10 months ago
Please excuse the absolute newbie question - What’s “pass”?
CubitOom@infosec.pub 10 months ago
Pass for personal use is great. Especially if paired with a self hosted private git repo like gitea.
Pass works well on all platforms I’ve tried, even android and wsl (although I’ve not tried with iPhone).
In a corporate setting. The biggest questions is going to be if there is already a secret store that has an API. If security will let you roll your own. How is it allowed to be networked. Who are the preferred vendors and is there any enterprise support available.
taladar@sh.itjust.works 10 months ago
Pass works decently for us (fine except for the GPG key management aspect really) and allows us to have our Puppet config management write new secrets easily and read secrets for config file generation and similar purporses.
MigratingtoLemmy@lemmy.world 10 months ago
Indeed, I had heard of OpenBao recently. If it’s a Vault replacement, I’m assuming good support with API and orchestration tools. I’ll check it out, thanks.
How is pass treating you?
MigratingtoLemmy@lemmy.world 10 months ago
Does
pass
have an API I can use in Ansbile/Terraform/IaC tools?lungdart@lemmy.ca 10 months ago
It’s a cli tool, so you can call it within another call using dollar sign syntax
terraform apply --var "myvalue=$(pass path/to/value)"
ck_@discuss.tchncs.de 10 months ago
If you like pass, you might want to look into passage