Skip to content

Commit a13a355

Browse files
committed
Allow matching <host>:*
Signed-off-by: Laurent Marchaud <[email protected]>
1 parent 15df88f commit a13a355

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/envoy/boilerplate.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,10 @@ func (c *KubernetesConfigurator) makeConnectionManager(virtualHosts []*route.Vir
250250
VirtualHosts: virtualHosts,
251251
},
252252
},
253-
Tracing: &hcm.HttpConnectionManager_Tracing{},
254-
AccessLog: accessLoggers,
255-
UseRemoteAddress: &wrapperspb.BoolValue{Value: c.useRemoteAddress},
253+
Tracing: &hcm.HttpConnectionManager_Tracing{},
254+
AccessLog: accessLoggers,
255+
UseRemoteAddress: &wrapperspb.BoolValue{Value: c.useRemoteAddress},
256+
StripMatchingHostPort: true,
256257
}
257258
}
258259

0 commit comments

Comments
 (0)