sops: Improve secrets provisioning to split out staging

This commit is contained in:
Tristan Daniël Maat 2022-10-12 02:03:22 +01:00
parent ab3aa19481
commit 6a81ce4c1d
Signed by: tlater
GPG key ID: 49670FD774E43268
8 changed files with 151 additions and 7 deletions

View file

@ -1,9 +1,16 @@
keys:
- &tlater 535B61015823443941C744DD12264F6BBDFABA89
- &server_tlaternet 8a3737d48f1035fe6c3a0a8fd6a1976ca74c7f3b
- &server_staging 7762ec55a5727cabada621d961e53f94caa314e4
creation_rules:
- key_groups:
- path_regex: keys/production.yaml
key_groups:
- pgp:
- *tlater
- *server_tlaternet
- path_regex: keys/staging.yaml
key_groups:
- pgp:
- *tlater
- *server_staging