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
Describe the bug
When making a request to the internal auth URL for the /redeem endpoint, the Host header for the request is being set to be the external URL. This is causing issues with routing tools like Istio, where the Host header will be used for routing decisions and should represent the intended destination (in this case the internal auth hostname).
Describe the bug
When making a request to the internal auth URL for the
/redeem
endpoint, theHost
header for the request is being set to be the external URL. This is causing issues with routing tools like Istio, where theHost
header will be used for routing decisions and should represent the intended destination (in this case the internal auth hostname).sso/internal/proxy/providers/sso.go
Line 92 in 12dc0fd
Expected behavior
Host
header should should be either not overwritten or represent the internal auth endpoint.version: 1.2.0
The text was updated successfully, but these errors were encountered: