Manually define forward auth middleware

This commit is contained in:
2024-12-26 20:21:41 +01:00
parent 95aab7608f
commit 5a62bce5af
3 changed files with 17 additions and 9 deletions

View File

@@ -51,14 +51,6 @@ ingress:
ingressClassName: "traefik"
traefikCRD:
enabled: true
middlewares:
auth:
nameOverride: "authelia"
authResponseHeaders:
- "Remote-User"
- "Remote-Groups"
- "Remote-Email"
- "Remote-Name"
matchOverride: Host(`auth.example.com`)
entryPoints:
- "websecure"