-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sops.yaml
45 lines (39 loc) · 1.13 KB
/
.sops.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
keys:
- &super age12ud73504ccl26mrrqncsj204cyv0k2y7tepc64qerqts8xywja0qrn8uwq
- &hosts
- &desktop age14lex0cntf4svu3j5j6fe95sh3dlqgcqzmnv3wxdh4rrgdwxpc47qgs3xej
- &laptop age1hl0hkstkuu292skpuxc0kh49sm9lajg4ugns8zez000hdgfs0ausmv326a
- &softnet age1ulsnsuz6e5l8qwy9mtwwauyvfk80uw6qnwzwefd8p659e0ap9phqnluwgc
- &users
- &desktop_nikodem age1hpumue8adqykuyyurjyhaask392uue8j43wp3yhnxkjmsvxuwp8qatvctz
- &laptop_nikodem age13nrwdpkx23up6dre09mv5lh9lv3xynqf96sn3qlgykjmu6dzk44shvlh9n
- &softnet_softnet age1eg6f0ajlmpnfxd9hfvc8j0jup2hsjfhv78wvpr898r97cmny756s2eadg3
creation_rules:
- path_regex: host/desktop/.+$
key_groups:
- age:
- *super
- *desktop
- *desktop_nikodem
- path_regex: host/laptop/.+$
key_groups:
- age:
- *super
- *laptop
- *laptop_nikodem
- path_regex: host/LP-043/.+$
key_groups:
- age:
- *super
- *softnet
- *softnet_softnet
- path_regex: secrets/.+$
key_groups:
- age:
- *super
- *desktop
- *desktop_nikodem
- *laptop
- *laptop_nikodem
- *softnet
- *softnet_softnet