Setup authelia ingress with helm values

This commit is contained in:
2024-12-25 19:44:32 +01:00
parent 34ee3cd3c7
commit 9a5d96c379
5 changed files with 19 additions and 35 deletions

View File

@@ -1,15 +0,0 @@
# /apps/prod/authelia/forward-auth-middleware.yaml
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: authelia
namespace: auth
spec:
forwardAuth:
address: 'http://authelia.auth.svc.cluster.local/api/verify?rd=https://auth.example.com'
trustForwardHeader: true
authResponseHeaders:
- "Remote-User"
- "Remote-Groups"
- "Remote-Email"
- "Remote-Name"