Commit graph

4 commits

Author SHA1 Message Date
69a8176538 fix(webhook): configure in-cluster service account authentication and remove KUBECONFIG dependency 2026-07-05 23:22:47 -05:00
b40dd896bb fix(webhook): port shebang to /bin/sh and add automatic package installation 2026-07-05 23:22:01 -05:00
07c7e75430 docs(infra): document webhook secret injection pattern in hooks.yaml template 2026-07-05 22:40:34 -05:00
781578001d feat(infra): age/SOPS secrets surface + webhook receiver
- Add .sops.yaml (workstation + cluster age keys)
- Add infra/secrets/homarr-values.enc.yaml (SOPS encrypted)
- Add infra/secrets/authentik-values.enc.yaml (SOPS encrypted)
- Add infra/secrets/webhook-secret.enc.yaml (SOPS encrypted)
- Add infra/webhook/hooks.yaml (adnanh/webhook config)
- Add infra/webhook/deploy.sh (SOPS decrypt + helm upgrade)
- Add infra/webhook/deployment.yaml (k3s Deployment + RBAC)

age keys:
  workstation: age17nzzwaftrkcuerlt4vq2eh98fdfxnv3eqykdxf5c3hqa0pvc2uhq26dxeq
  cluster:     age1s6t5qpt0h7xlj98zkza0e7pjzj686k38xdu7jrz0nsreaw092drq4v7h02

Cluster private key stored only in k8s secret sops-age (namespace: infra).
2026-07-05 22:35:27 -05:00