We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15df88f commit a13a355Copy full SHA for a13a355
pkg/envoy/boilerplate.go
@@ -250,9 +250,10 @@ func (c *KubernetesConfigurator) makeConnectionManager(virtualHosts []*route.Vir
250
VirtualHosts: virtualHosts,
251
},
252
253
- Tracing: &hcm.HttpConnectionManager_Tracing{},
254
- AccessLog: accessLoggers,
255
- UseRemoteAddress: &wrapperspb.BoolValue{Value: c.useRemoteAddress},
+ Tracing: &hcm.HttpConnectionManager_Tracing{},
+ AccessLog: accessLoggers,
+ UseRemoteAddress: &wrapperspb.BoolValue{Value: c.useRemoteAddress},
256
+ StripMatchingHostPort: true,
257
}
258
259
0 commit comments