7 lines
330 B
Plaintext
7 lines
330 B
Plaintext
# Copy this file to .sops.yaml after replacing the age recipient with the
|
|
# public key generated on the Debian homelab server.
|
|
creation_rules:
|
|
- path_regex: '(^|/).*\.(secret|enc)\.(ya?ml|json)$'
|
|
encrypted_regex: '^(data|stringData|values|password|token|secret|key|credentials)$'
|
|
age: age1replacewithyourpublicrecipient
|