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