1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-31 04:14:37 +00:00

Merge pull request #296 from vdbe/master

fix(readme): keygroups in .sops.yaml examples
This commit is contained in:
Jörg Thalheim 2023-03-10 09:25:54 +00:00 committed by GitHub
commit cbc161f499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,7 @@ creation_rules:
key_groups:
- pgp:
- *admin_alice
- age:
age:
- *admin_bob
```
@ -273,7 +273,7 @@ creation_rules:
- pgp:
- *admin_alice
- *server_azmidi
- age:
age:
- *admin_bob
- *server_nosaxa
- path_regex: secrets/azmidi/[^/]+\.yaml$
@ -281,7 +281,7 @@ creation_rules:
- pgp:
- *admin_alice
- *server_azmidi
- age:
age:
- *admin_bob
```