diff options
| author | Grigory Shipunov | 2022-06-17 19:28:36 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-17 19:28:36 +0200 |
| commit | 659ce321a654f4f628ea53f48be16b71c4f99781 (patch) | |
| tree | a4232f618757afa34773df1938daaac760cbabe9 /.sops.yaml | |
| parent | 7fbac2bdc49ff2c63acbec59589675bad9d27911 (diff) | |
add cirrus secrets
Diffstat (limited to '.sops.yaml')
| -rw-r--r-- | .sops.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,10 +1,17 @@ keys: - &admin_oxa DD0998E6CDF294537FC604F991FA5E5BF9AA901C - µwave age1eysr2m8ust6gq9jk88lpzzcy8gdrzlts69zlfqul766t6gvqw9qq24z68l + - &cirrus age1qm70jkg7us4ft4x3nh7kwxlul022kteescjj83ywvjhysj6nsq5sw7l6p8 creation_rules: - - path_regex: secrets/[^/]+\.yaml$ + - path_regex: secrets/microwave/[^/]+\.yaml$ key_groups: - pgp: - *admin_oxa age: - *microwave + - path_regex: secrets/cirrus/[^/]+\.yaml$ + key_groups: + - pgp: + - *admin_oxa + age: + - *cirrus |
