mirror of
https://github.com/smg1024/homelab.git
synced 2026-05-22 20:32:58 +09:00
Add Caddy ingress with sops secrets
This commit is contained in:
parent
a06f0fb5f6
commit
e70822e6e4
6 changed files with 95 additions and 0 deletions
12
.sops.yaml
Normal file
12
.sops.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
keys:
|
||||
- &poby age1qeyrh6e40nek3da4mnj298cy2l3aswe7432us30d2p93akcvp9zqext63j
|
||||
- &yggdrasil age10zgc2lj0j8zfetrysupdumftrq2esmud2xru2hn5228rk6v45p2sa2t4k0
|
||||
- &midgard age1g2fpds2u6rz02pejpr05uu7r596fz5gvwz4jg7sahjktp67n39psukvng9
|
||||
|
||||
creation_rules:
|
||||
- path_regex: secrets/[^/]+\.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *poby
|
||||
- *yggdrasil
|
||||
- *midgard
|
||||
Loading…
Add table
Add a link
Reference in a new issue