Skip to content

Commit

Permalink
feat: udpate sops
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Jan 29, 2025
1 parent cdb6db6 commit bdc4e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playgrounds/sops-secrets/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bdc4e06

Please sign in to comment.