Pass on authenticated user via X-Forwarded-User header

Fixes #13
This commit is contained in:
Thom Seddon
2018-12-10 12:44:13 +00:00
parent 5dcf889efe
commit df81be1147
3 changed files with 18 additions and 1 deletions

View File

@ -37,7 +37,8 @@
address = ":80"
[entryPoints.http.auth.forward]
address = "http://forward-oauth:4181"
address = "http://traefik-forward-auth:4181"
authResponseHeaders = ["X-Forwarded-User"]
################################################################
# Traefik logs configuration