Lorenzo's Blog About me

Latest blog posts about Secrets

Handling Secrets should not be complicated: Mozilla SOPS

On: 2022-11-30 - Reading Time: 4 Minutes

Managing secrets in Git repositories has been one of the biggest issues when I write code. I have used multiple solutions based on the complexity and how many things I have to do in case of leaks. I was looking for a solution that would work and be good enough for my simple Ansible Playbooks, and I stumbled upon the Mozilla SOPS: something that makes handling secrets not complicated when working alone on simple projects.

Continue reading...