mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 05:09:18 -05:00
HTTP header are not forwarded breaking OIDC for some apps #169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bannert1337 on GitHub (Mar 21, 2025).
After I switched FreshRSS from Cloudflare Tunnel to Pangolin, authentication with Authenik wouldn't work anymore with the error:
This happens because the HTTP headers are not or incorrectly forwarded.
Reference:
https://github.com/FreshRSS/FreshRSS/issues/7296
https://github.com/FreshRSS/FreshRSS/issues/7257
@oschwartz10612 commented on GitHub (Mar 24, 2025):
It looks like Traefik is passing the host header along by default: https://doc.traefik.io/traefik/routing/services/#pass-host-header
Here is an excerpt I just tested using the whoami container.
@davidszerman commented on GitHub (Mar 25, 2025):
Hi,
did you find a workaround ?
@github-actions[bot] commented on GitHub (Apr 11, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@github-actions[bot] commented on GitHub (Apr 26, 2025):
This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.