Add basice sops.yaml file for configuring sops.
It currently just has the age key for my dev system
This commit is contained in:
parent
259c621a2f
commit
6d4190e88e
1 changed files with 11 additions and 0 deletions
11
.sops.yaml
Normal file
11
.sops.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
keys:
|
||||
- &pazuzu_local age15y4k929zaj9fdg3vd40pa40tgvrgv9mn22xfummn5zxfmkcw5d0st6prjx
|
||||
creation_rules:
|
||||
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *pazuzu_local
|
||||
- path_regex: host/pazuzu/secrets/[^/]+\.(yaml|json|env|ini)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *pazuzu_local
|
||||
Loading…
Add table
Add a link
Reference in a new issue