From bdc4e062cd7ba24c3abab16b19d3e826a9dc29ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Wed, 29 Jan 2025 09:44:08 +0100 Subject: [PATCH] feat: udpate sops --- playgrounds/sops-secrets/main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playgrounds/sops-secrets/main.md b/playgrounds/sops-secrets/main.md index 8534770..e9318c2 100644 --- a/playgrounds/sops-secrets/main.md +++ b/playgrounds/sops-secrets/main.md @@ -91,7 +91,7 @@ Can you decrypt the file again, to change it's content? ```shell sops -d -i secret.yaml -``` +```{{exec}} That now also fails, because you are missing the private-key. The private-key is always required to decrypt information with SOPS. And that's also the trickiest aspect, distiputing private-keys to the correct people and in a safe fashion: