chores: configure sops with age masterkey
This commit is contained in:
parent
811ac31c08
commit
96099eeb10
1 changed files with 6 additions and 5 deletions
11
.sops.yaml
11
.sops.yaml
|
|
@ -1,7 +1,8 @@
|
||||||
# SOPS encryption policy: encrypt files matching *.sops.yaml
|
# SOPS encryption policy: encrypt files matching *.sops.yaml
|
||||||
|
|
||||||
creation_rules:
|
creation_rules:
|
||||||
- path_regex: '.*\.sops\.ya?ml$'
|
- path_regex: secrets/.*$
|
||||||
encrypted_regex: '^(data|secrets|ops)$|(_secret|_password|_key)$'
|
key_groups:
|
||||||
# Replace with your age public key string (from keys/age.pub)
|
- age:
|
||||||
age:
|
- age1aq8twfd78wvpra0had8cezcnj96tj4q0068edrz5jez8d6xwmflqdepsh4
|
||||||
- 'age1replace_with_your_public_key_here'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue