diff options
| author | Grigory Shipunov | 2022-06-18 11:49:27 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-18 11:51:27 +0200 |
| commit | 121e2f5004e109c5fc9530d136aae497061b8ef7 (patch) | |
| tree | 6a7f9adba499e626431a402b8356a268b5d2c69b /.sops.yaml | |
| parent | 16da95bca0c6daecca412c7b883e4cf2aa6397ba (diff) | |
oxalab: init
Diffstat (limited to '.sops.yaml')
| -rw-r--r-- | .sops.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,7 @@ keys: - &admin_oxa DD0998E6CDF294537FC604F991FA5E5BF9AA901C - µwave age1eysr2m8ust6gq9jk88lpzzcy8gdrzlts69zlfqul766t6gvqw9qq24z68l - &cirrus age1qm70jkg7us4ft4x3nh7kwxlul022kteescjj83ywvjhysj6nsq5sw7l6p8 + - &dishwasher age1cxlskqynwl5njjm0qf363308dsjwxjq59rq7pn6ucpscpzpvry4qwtpx73 creation_rules: - path_regex: secrets/microwave/[^/]+\.yaml$ key_groups: @@ -15,3 +16,9 @@ creation_rules: - *admin_oxa age: - *cirrus + - path_regex: secrets/dishwasher/[^/]+\.yaml$ + key_groups: + - pgp: + - *admin_oxa + age: + - *dishwasher |
