We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31491ce + 1341545 commit 017d338Copy full SHA for 017d338
adapter/internal/oasparser/envoyconf/access_loggers.go
@@ -191,7 +191,7 @@ func getAccessLogFilterConfig() *config_access_logv3.AccessLogFilter {
191
Name: ":authority",
192
HeaderMatchSpecifier: &routev3.HeaderMatcher_SafeRegexMatch{
193
SafeRegexMatch: &matcherv3.RegexMatcher{
194
- Regex: fmt.Sprintf("^%s(:\\d+)$", conf.Envoy.SystemHost),
+ Regex: fmt.Sprintf("^%s(:\\d+)?$", conf.Envoy.SystemHost),
195
},
196
197
InvertMatch: true,
0 commit comments