2024-08-23 00:12:20 -07:00
|
|
|
creation_rules:
|
2024-08-23 18:09:27 -07:00
|
|
|
- path_regex: .*
|
2024-08-29 14:29:51 -07:00
|
|
|
# The below key_group and shamir_threshold configuration
|
|
|
|
# allows any single author key to decrypt secrets,
|
|
|
|
# but hosts and deploy runners *must* use both keys
|
|
|
|
# to decrypt. This prevents a compromised host or
|
|
|
|
# runner from leaking all secrets.
|
2024-08-23 00:12:20 -07:00
|
|
|
shamir_threshold: 2
|
|
|
|
key_groups:
|
2024-08-29 14:29:51 -07:00
|
|
|
- age: # Author keys; to be held by contributors to the repo
|
2024-08-23 00:12:20 -07:00
|
|
|
- 'age1zswcq6t5wl8spr3g2wpxhxukjklngcav0vw8py0jnfkqd2jm2ypq53ga00' # joey@dungeon-master
|
2024-08-29 14:29:51 -07:00
|
|
|
- age: # Author keys (again); hacky way to give author keys a weight of 2 shares
|
2024-08-29 00:01:25 -07:00
|
|
|
- 'age1zswcq6t5wl8spr3g2wpxhxukjklngcav0vw8py0jnfkqd2jm2ypq53ga00' # joey@dungeon-master
|
2024-08-29 14:29:51 -07:00
|
|
|
- age: # Deploy keys; to be held by the deploy environment (e.g. Gitea Actions)
|
2024-10-25 13:27:57 -07:00
|
|
|
- 'age193t908fjxl8ekl77p5xqnpj4xmw3y0khvyzlrw22hdzjduk6l53q05spq3' # deploy@gitea.jafner.tools
|
2024-08-29 14:29:51 -07:00
|
|
|
- age: # Host key; to be held by hosts to which Stacks should be deployed
|
2024-08-23 00:12:20 -07:00
|
|
|
- 'age13prhyye2jy3ysa6ltnjgkrqtxrxgs0035d86jyn4ltgk3wxtqgrqgav855' # fighter
|
|
|
|
- 'age1n20krynrj75jqfy2muvhrygvzd4ee8ngamljqavsrk033zwx0ses2tdtfe' # druid
|
2024-10-25 13:27:57 -07:00
|
|
|
- 'age1m0jpnk4t7hph5tdva3y9ap7scl8vfly9ufazr0h3cuwpcytlsulqjrt58y' # wizard
|