Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Reverse Proxy Headers #3

Closed
DSMaVie opened this issue Dec 1, 2023 · 3 comments
Closed

Configure Reverse Proxy Headers #3

DSMaVie opened this issue Dec 1, 2023 · 3 comments
Milestone

Comments

@DSMaVie
Copy link
Contributor

DSMaVie commented Dec 1, 2023

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

  • X-Forwarded-Proto
  • X-Forwarded-For
  • Host
  • Connection

we need to check how to do this with traefik

@DSMaVie DSMaVie added this to the Prototype milestone Dec 1, 2023
@DSMaVie DSMaVie modified the milestones: Prototype, Feature Lock Dec 8, 2023
@DSMaVie
Copy link
Contributor Author

DSMaVie commented Dec 8, 2023

Linked to QuITAC/proxy#1 as they probably need to be set globally for all requests through the proxy.

@DSMaVie DSMaVie closed this as completed Dec 8, 2023
@DSMaVie DSMaVie reopened this Dec 8, 2023
@DSMaVie
Copy link
Contributor Author

DSMaVie commented Dec 8, 2023

This was accidentally closed.

@mikitsu
Copy link

mikitsu commented Dec 27, 2023

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.

@DSMaVie DSMaVie modified the milestones: Feature Lock, Hardened Jan 8, 2024
@mikitsu mikitsu closed this as completed Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants