Added sops support
This commit is contained in:
parent
52dfd1fbdf
commit
2e06ef806d
8 changed files with 114 additions and 4 deletions
11
.sops.yaml
Normal file
11
.sops.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
keys:
|
||||
- &admin_fred age1krwc99ct25lst4543jrcfdkfhufha7j6237a2r4zhf425d5e54wqcl20jr
|
||||
creation_rules:
|
||||
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *admin_fred
|
||||
- path_regex: secrets/fred/[^/]+\.(yaml|json|env|ini)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *admin_fred
|
Loading…
Add table
Add a link
Reference in a new issue