FEAT(velero): add oauth2-proxy

- for velero with Kanidm OIDC
- Replace authelia middleware with oauth2-proxy
- Configure OIDC authentication via Kanidm
- Update ingress to route through oauth2-proxy
This commit is contained in:
2025-12-31 00:13:23 +09:00
parent efa56d156e
commit 8545e1984b
3 changed files with 73 additions and 3 deletions

View File

@@ -3,3 +3,4 @@ kind: Kustomization
resources:
- vault/velero-secrets.yaml
- ingress.yaml
- oauth2-proxy.yaml