From e0931fae3a47527850e228690a23378001ae0043 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 8 Oct 2025 20:35:56 +0000 Subject: [PATCH] Clean up sops config, allow subdirectories. --- .sops.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.sops.yaml b/.sops.yaml index c8f511b..e0c0736 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -7,7 +7,7 @@ keys: - &server_test_corp age1t3ryfktuhr3cysf49m9q2n8fkjf9ajjjnhztxw9hz8paxgk4lpcq065jge - &server_sync_nidus age1j90h7hcp4fctr2xwj4zf9cxuelm43wkujvryc9hk6rzzc37rwdmss035w7 creation_rules: - - path_regex: secrets/[^/]+\.(yaml|json|env|ini)$ + - path_regex: secrets/.*\.(yaml|json|env|ini)$ key_groups: - age: - *dev_corp @@ -17,15 +17,3 @@ creation_rules: - *server_nocix_amd_legacy_hexcore - *server_test_corp - *server_sync_nidus - - path_regex: host/corp/secrets/[^/]+\.(yaml|json|env|ini)$ - key_groups: - - age: - - *dev_corp - - *dev_macmini - - *dev_pazuzu - - *server_corp - - path_regex: host/pazuzu/secrets/[^/]+\.(yaml|json|env|ini)$ - key_groups: - - age: - - *dev_macmini - - *dev_pazuzu