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
I want to modify the proxy_set_header X-Forwarded-Proto directive in a specific ingress configuration, changing it from $pass_access_scheme to http. Specifically #13402
I want to modify the proxy_set_header X-Forwarded-Proto directive in a specific ingress configuration, changing it from $pass_access_scheme to http. Specifically:
This adjustment will hardcode the protocol value to http instead of dynamically inheriting it from the client request scheme.
But I haven't found a corresponding method to do this. Is this modification actually supported?
(Alternatively, if you want a more formal phrasing:
However, I couldn't locate the appropriate way to make this change. Is this configuration adjustable?)