mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
10 lines
264 B
YAML
10 lines
264 B
YAML
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: traefik-forward-auth
|
|
spec:
|
|
forwardAuth:
|
|
address: http://traefik-forward-auth.arr.svc.cluster.local:4181
|
|
authResponseHeaders:
|
|
- X-Forwarded-User
|
|
trustForwardHeader: true |