generated from phoenix-oss/tenant-tpl
Initial commit
This commit is contained in:
commit
3090bae888
12 changed files with 270 additions and 0 deletions
24
vars/tenant-tpl/.sops.yaml
Normal file
24
vars/tenant-tpl/.sops.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
|
||||
# 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue