generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.sops.yaml
29 lines (29 loc) · 1007 Bytes
/
.sops.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
stores:
yaml:
indent: 2
creation_rules:
- # IMPORTANT: This rule MUST be above the others
path_regex: bootstrap/.*\.sops\.ya?ml
key_groups:
- age:
- "age1u006cywqm39pr9zgh2hn0svnry5gs2ayhrtxucz77qc7j88kmqzqxtxz0t"
mac_only_encrypted: true
- path_regex: kubernetes/apps/kube-system/cilium/config/.*\.sops\.ya?ml
encrypted_regex: "^(data|stringData|peerAddress)$"
key_groups:
- age:
- "age1u006cywqm39pr9zgh2hn0svnry5gs2ayhrtxucz77qc7j88kmqzqxtxz0t"
mac_only_encrypted: true
- path_regex: kubernetes/.*/networkpolicy\.sops\.ya?ml
encrypted_regex: "^(egress|ingress)$"
key_groups:
- age:
- "age1u006cywqm39pr9zgh2hn0svnry5gs2ayhrtxucz77qc7j88kmqzqxtxz0t"
mac_only_encrypted: true
- path_regex: kubernetes/.*\.sops\.ya?ml
encrypted_regex: "^(data|stringData|password)$"
key_groups:
- age:
- "age1u006cywqm39pr9zgh2hn0svnry5gs2ayhrtxucz77qc7j88kmqzqxtxz0t"
mac_only_encrypted: true