FEAT(headlamp): configure Headlamp OIDC with Authelia

- Add OIDC configuration (clientID, issuerURL, scopes)
- Add ExternalSecret for OIDC client secret from Vault
- Remove Authelia middleware (using direct OIDC auth)
This commit is contained in:
2026-01-02 19:30:10 +09:00
parent 6ea23f1995
commit f17bbe3514
3 changed files with 31 additions and 4 deletions

View File

@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ingress.yaml
- external-secret.yaml