summaryrefslogtreecommitdiff
path: root/.sops.yaml
blob: fcce3e547c9b0dd44397ef65a97a95e206968567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
keys:
  - &admin_gpg EF69F2FB25C8B5A66918EA91A38ACEAB9656CD94
  - &host_szpont age1s39d4mdrjhkf8cy8eea02p836r7s875fj8f7w3z4ld2stmaac49qd075ww
  - &host_thinkpad
  - &host_pendrive age1sx8ut0arwlrp7n7qvlaele8mq93pyvzc0ddetlk47cnyx935gcusdceq9q
  - &host_laptop age1m4u7n6mt5d3jv39lf4aedr9gqu3khl4sahuqx5n5h7v48gkyc9zqkp9qs8
  - &host_oci

creation_rules:
  - path_regex: .*secrets/common\.yaml$
    key_groups:
      - age:
          - *host_szpont
          - *host_thinkpad
          - *host_pendrive
          - *host_laptop
        pgp:
          - *admin_gpg

  - path_regex: .*secrets/oci\.yaml$
    key_groups:
      - age:
          - *host_szpont
          - *host_thinkpad
          - *host_pendrive
          - *host_laptop
          - *host_oci
        pgp:
          - *admin_gpg