diff options
| author | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-12 23:07:38 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-12 23:07:38 +0200 |
| commit | 21daf43ebc2403ce6991390478dd31fad8d9f10e (patch) | |
| tree | f6bdea69f9394b8baf8d439e9d23ac8e3a79638a /.sops.yaml | |
| parent | c4ac6a0b88ff83a90a3c957034b52bedbe4d5868 (diff) | |
I am very not sure what all of this is :3
Diffstat (limited to '.sops.yaml')
| -rw-r--r-- | .sops.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,22 +8,22 @@ keys: creation_rules: - - path_regex: secrets/[^/]+\.(yaml|json|env|ini)$ + - path_regex: secrets/[^/]+\.(yaml|json|env|ini|bin)$ key_groups: age: - *admin_wilkuu - *server_apocalypse - - path_regex: secrets/apocalypse/[^/]+\.(yaml|json|env|ini)$ + - path_regex: secrets/apocalypse/[^/]+\.(yaml|json|env|ini|bin)$ age: - *admin_wilkuu - *server_apocalypse - - path_regex: secrets/omega-relay/[^/]+\.(yaml|json|env|ini)$ + - path_regex: secrets/omega-relay/[^/]+\.(yaml|json|env|ini|bin)$ age: - *admin_wilkuu - *virtserver_omega_relay - *vm_omega_relay - *server_omega_relay - - path_regex: secrets/tacitus/[^/]+\.(yaml|json|env|ini)$ + - path_regex: secrets/tacitus/[^/]+\.(yaml|json|env|ini|bin)$ age: - *admin_wilkuu - *server_tacitus |
