Clean up sops config, allow subdirectories.

This commit is contained in:
Eli Ribble 2025-10-08 20:35:56 +00:00
parent fc936897c7
commit e0931fae3a

View file

@ -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