From cea96f49fa71e9eaced1fe59fe8c9ab5392c2f6d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 27 Mar 2024 23:52:39 +0100 Subject: help i wrote a matrix bot not sure if this is a good idea or not, but i always liked how the IRC #voc-wok channel of the c3voc works, and I don't run my own IRC (nor do i want to have my monitoring on infra that is not my own), so I built a similar thing with matrix. --- .sops.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.sops.yaml') diff --git a/.sops.yaml b/.sops.yaml index c3f890a..ec05e3f 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -2,9 +2,15 @@ keys: - &ilex age18wkr3kjalalzrq9l05q32gnlaqr7t6rqqzde307m83rs9fp4xcfsdtj9gt # server's ssh pubkeys as age keys - &flora age1d8hulw7weg6gwxv0cmz969w04d2jkphdx93tm9xs0mqr0ut0t4ls4g4vah + - &chaski age14cf8h02c8r2c7nag5fezyhp56za9c4p0t8n39qy452t8hsqwlvgs9y7r8v creation_rules: - - path_regex: secrets/[^/]+\.yaml$ + - path_regex: secrets/flora\.yaml$ key_groups: - age: - *ilex - *flora + - path_regex: secrets/chaski\.yaml$ + key_groups: + - age: + - *ilex + - *chaski -- cgit v1.2.3