generated from phoenix-oss/tenant-tpl
24 lines
588 B
YAML
24 lines
588 B
YAML
---
|
|
|
|
# This example uses YAML anchors which allows reuse of multiple keys
|
|
# without having to repeat yourself.
|
|
# Also see https://github.com/Mic92/dotfiles/blob/master/nixos/.sops.yaml
|
|
# for a more complex example.
|
|
keys:
|
|
age:
|
|
- &tenant_age_key "@{AGE-PUBLIC-KEY}"
|
|
creation_rules:
|
|
- path_regex: .+secret(\.sops)?\.ya?ml
|
|
input_type: yaml
|
|
encrypted_regex: ^(data|stringData)$
|
|
key_groups:
|
|
- age: &key_groups
|
|
- *tenant_age_key
|
|
- path_regex: .+secret(\.sops)?\.env
|
|
input_type: env
|
|
key_groups:
|
|
- age: *key_groups
|
|
stores:
|
|
yaml:
|
|
indent: 2
|
|
|