forked from tiiuae/ghaf-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sops.yaml
72 lines (69 loc) · 2.33 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors
# SPDX-License-Identifier: Apache-2.0
keys:
# users
- &flokli age1lvpj49ewyx9a4uxevl05wfevmqld2d25juc65acjqpmerzdpc9kq2kxdgs
- &hrosten age1hc6hszepd5xezxkgd3yx74pn3scxjm5w6px48m4rq9yj7w6rke7q72zhgn
- &karim age122lvqyrdqz30fkfututykl0yle9u63u2em6e4aut7e5draws83ns3npt3a
- &jrautiola age1hszrldafdz09hzze4lgq58r0r66p4sjftn6q8z6h0leer77jhf4qd9vu9v
- &vjuntunen age194hljejmy63ph884cnuuume7z33txlkp9an7l3yt2n3sjjere52qkvlfju
# hosts
- &binarycache age1s47a3y44j695gemcl0kqgjlxxvaa50de9s69jy2l6vc8xtmk5pcskhpknl
- &monitoring age17s9sc2cgt9t30cyl65zya8p4zmwnndrx2r896e7gzgl08sjn0qmq3t6shs
- &testagent-prod age12nrv5a9rk9vqvx2tqvghn4kt9ps6gdszmmynhjegl2ewefkh03fsexuy9y
- &testagent-dev age1qjhxuh80tg2vq32kmwu2ne4vqvd8q2up7css30x0yefkrhq9jd0sxju3fa
- &testagent-release age1pkd7crz3c0axuy4nnesjjzmklmqptx9fq5v8ndjevfgr5lqg8cgskhfyt7
- &build3 age1q7c2wlrpj0dvthdg7v9j4jmee0kzda8ggtp4nq8jay9u4catee3sn9pa0w
- &hetzarm age1ppunea05ue028qezt9rvhp59dgcskkleetyjpqtxzea7vtp4ppfqh7ltuy
- &ghaf-log age15kk5q4u68pfsy5auzah6klsdk6p50jnkr986u7vpzfrnj30pz4ssq7wnud
- &ghaf-coverity age172azvwv5vne79mqfhvdvk9j95gn5v04uk9t3fjdfe5p7dv7kucvqpygxkx
creation_rules:
- path_regex: hosts/binarycache/secrets.yaml$
key_groups:
- age:
- *binarycache
- *jrautiola
- path_regex: hosts/monitoring/secrets.yaml$
key_groups:
- age:
- *monitoring
- *jrautiola
- path_regex: hosts/testagent/prod/secrets.yaml$
key_groups:
- age:
- *testagent-prod
- *jrautiola
- *flokli
- *vjuntunen
- path_regex: hosts/testagent/dev/secrets.yaml$
key_groups:
- age:
- *testagent-dev
- *jrautiola
- *vjuntunen
- path_regex: hosts/testagent/release/secrets.yaml$
key_groups:
- age:
- *testagent-release
- *jrautiola
- *vjuntunen
- path_regex: hosts/builders/build3/secrets.yaml$
key_groups:
- age:
- *build3
- *jrautiola
- path_regex: hosts/builders/hetzarm/secrets.yaml$
key_groups:
- age:
- *hetzarm
- *jrautiola
- path_regex: hosts/ghaf-log/secrets.yaml$
key_groups:
- age:
- *ghaf-log
- *jrautiola
- path_regex: hosts/ghaf-coverity/secrets.yaml$
key_groups:
- age:
- *ghaf-coverity
- *jrautiola