Maxat Akbanovmaxat-akbanov.com·Oct 17, 2024Securing Secrets with SOPS: An IntroductionSOPS (Secrets OPerationS) is an open-source tool developed by Mozilla for managing secrets — such as passwords, API keys, and confidential configuration data — in a secure and convenient manner. Initially launched in 2015 as a Mozilla project, it has...44 readstoolsDevops
Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 3, 2024Managing NixOS Secrets via SOPS, sops-nix and opsopsSecret provisioning is a critical operation during the deployment and management of a software system. The way it is done can have significant impact on both security and operational efficiency. In this post, I am going to discuss SOPS, sops-nix and ...NixOS
Mariano Gonzálezblog.mariano.cloud·May 8, 2023All right then, keep your secrets in Git with SOPSWait, what? Don't panic, SOPS will encrypt them for you. Big NO NO Secrets (a.k.a. sensitive values), such as passwords or any other potentially harmful information must be protected, we all know that. That's why you should avoid sharing those or pu...2 likes·2.5K readsKubernetes