QuITAC / authentik

Docker compose files and Config for Authentik
0 stars 0 forks source link

Configure Reverse Proxy Headers #3

Closed DSMaVie closed 7 months ago

DSMaVie commented 9 months ago

https://goauthentik.io/docs/installation/reverse-proxy/ states that we need the following Headers:

we need to check how to do this with traefik

DSMaVie commented 9 months ago

Linked to https://github.com/QuITAC/proxy/issues/1 as they probably need to be set globally for all requests through the proxy.

DSMaVie commented 9 months ago

This was accidentally closed.

mikitsu commented 8 months ago

According to treafik's FAQ 1, X-Forwarded-Proto and X-Forwarded-For are set automatically. The Connection header is used for WebSockets, which should Just Work 2.