Simple and flexible tool for managing secrets
1–10 of 34 posts
Re: Simple and flexible tool for managing secrets
#2Re: Simple and flexible tool for managing secrets
#3Re: Simple and flexible tool for managing secrets
#4To the maintainer of this repo, please make it accessible and easy to understand. The animated image is a bit too fast to read and follow, especially considering that there is absolutely no explanation right at the beginning for what the tool does AND why the tool is required for anyone. I had to scroll down a lot to get to the part where the important details are (which could answer the question "why should I even l…
It would help to have some explanation of what the goals and use scenarios are, and general assumptions.
Re: Simple and flexible tool for managing secrets
#5[0] https://docs.ansible.com/ansible/latest/user_guide/vault.htm...
Re: Simple and flexible tool for managing secrets
#6Also see https://www.gopass.pw/
I guess one could use Mozilla SOPS to create something like gopass...
Re: Simple and flexible tool for managing secrets
#7Re: Simple and flexible tool for managing secrets
#8Re: Simple and flexible tool for managing secrets
#9If you're still interested in something similar tailored for kubernetes, take a look at https://github.com/bitnami-labs/sealed-secrets
Re: Simple and flexible tool for managing secrets
#10I am surprised Mozilla developers chose to write this project in Go instead of Rust, but do not get me wrong, I like Go, it is my primary programming language at work, and I always try to advocate for the right tool for the job. I still find it curious, though. I guess it was easier to translate Python to Go than to Rust.