diff options
| author | Grigory Shipunov | 2025-01-02 18:23:46 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-02 18:25:21 +0000 |
| commit | 93a64e881679ac8dd76f67b909df7bc85ac851ce (patch) | |
| tree | 361623a6d4dbfee2df9823d5726d8d4cab74c7b9 /.sops.yaml | |
| parent | 3de1ca400cc6f2de7ec6b8ecbbf44be130649ef6 (diff) | |
initial cloud config
Diffstat (limited to '.sops.yaml')
| -rw-r--r-- | .sops.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,7 @@ keys: - &admin_oxa DD0998E6CDF294537FC604F991FA5E5BF9AA901C - &toaster age1qyj95tsntreefqeetawqy5pf26456s9c0v3tzz8yzs706c0jsg6qv56jzk + - &cloud age1j3xpuuqaph5z885er90mftfsu6g3hw4q469k37a3veqktwntzdpqgue4z5 creation_rules: - path_regex: secrets/toaster/[^/]+\.yaml$ key_groups: @@ -8,3 +9,9 @@ creation_rules: - *admin_oxa age: - *toaster + - path_regex: secrets/cloud/[^/]+\.yaml$ + key_groups: + - pgp: + - *admin_oxa + age: + - *cloud |
