From 2d8fc74cbe62c6ea42f3aba1df41280e1c5fed5e Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 24 Feb 2022 00:01:31 +0100 Subject: [PATCH] chore(sops): Adjust encrypt regex --- .sops.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sops.yaml b/.sops.yaml index b6c37f544..adb575c40 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -1,6 +1,6 @@ creation_rules: - path_regex: (clusters|apps)/k8s01/.*.yaml - encrypted_regex: ^(data|stringData|email|dnsZones?|dnsNames?|hosts?|tang|externalURL|.*-secret|.*-url|.*Secret|.*-domain|password|subjects|node|apiURL)$ + encrypted_regex: ^(data|stringData|email|dnsZones?|dnsNames?|hosts?|tang|externalURL|.*-secret|.*-url|.*Secrets?|.*-domain|password|subjects|node|apiURL|.*(S|s)erverNames?|.*SecretKey)$ pgp: >- 286791FB6648539775DB31B8FCB98C2A3EC6F601, B137EE1549DFAF960DD1E2B15147025FB9F09E07 -- GitLab