Open
Description
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:
Original:
proxy_set_header X-Forwarded-Proto $pass_access_scheme;
Modified:
proxy_set_header X-Forwarded-Proto http;
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?)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status