You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a traefik fronting my internal services and everything is exposed in the home.ramirodelcorro.com domain. Externally I use X.ramirodelcorro.com which points to a firewall -> HA proxy -> Traefik
I was able to setup traefik-forward-auth, I get the login page but after the login flow, I get redirected back 307 to the login page. I have tried almost all the settings and even using trace logging but the app is not explaining why its not accepting the login. Adding DEFAULT_ACTION=allow env var, resolves the problem (but does not auth at all)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have a traefik fronting my internal services and everything is exposed in the home.ramirodelcorro.com domain. Externally I use X.ramirodelcorro.com which points to a firewall -> HA proxy -> Traefik
I was able to setup traefik-forward-auth, I get the login page but after the login flow, I get redirected back 307 to the login page. I have tried almost all the settings and even using trace logging but the app is not explaining why its not accepting the login. Adding DEFAULT_ACTION=allow env var, resolves the problem (but does not auth at all)
Compose file:
The service is doing this:
Logs:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions