Add corp dev key
This makes it so I can modify secrets files directly on the server I'm bringing up.
This commit is contained in:
parent
edf96e2159
commit
3a76566ac6
14 changed files with 222 additions and 170 deletions
|
|
@ -1,4 +1,5 @@
|
|||
keys:
|
||||
- &dev_corp age1fnkhk9rv7r8gh84vxnhvndk4fgh20qcj4hvnfhdpumcydl6m6vrse50lrz
|
||||
- &dev_macmini age1x704pjnueguchkl54ly8w4w26ltys5900v7xnl7w3zlgasus09jszz45t8
|
||||
- &dev_pazuzu age15y4k929zaj9fdg3vd40pa40tgvrgv9mn22xfummn5zxfmkcw5d0st6prjx
|
||||
- &server_corp age1ck44jqpuz3zlthquvuh7wsemrjrgfzhn462sk7rlfetwxpgy0uqs79xn2h
|
||||
|
|
@ -8,6 +9,7 @@ creation_rules:
|
|||
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *dev_corp
|
||||
- *dev_macmini
|
||||
- *dev_pazuzu
|
||||
- *server_corp
|
||||
|
|
@ -16,6 +18,7 @@ creation_rules:
|
|||
- path_regex: host/corp/secrets/[^/]+\.(yaml|json|env|ini)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *dev_corp
|
||||
- *dev_macmini
|
||||
- *dev_pazuzu
|
||||
- *server_corp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue