1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

Update to note accidental use of shamir secret sharing

This commit is contained in:
Andrew Morgan 2023-07-11 19:22:35 +01:00
parent b1aa4e7107
commit e4e1a9f9d4

View file

@ -232,10 +232,11 @@ creation_rules:
- *admin_bob
```
**Note:** be sure to not include a `-` before subsequent key types under `key_groups`
(i.e. `age` in the above example should not have a `-` in front). If you do, `sops`
will produce [a vague error](https://github.com/getsops/sops/issues/857) when
encrypting files.
**Note:**
Be sure to not include a `-` before subsequent key types under `key_groups`
(i.e. `age` in the above example should not have a `-` in front).
This will otherwise cause sops to require multiple keys (shamir secret sharing)
to decrypt a secret, which breaks normal sops-nix usage.
</details>