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 da06acf commit 1f7b1e7Copy full SHA for 1f7b1e7
plugin/servicerouter/rulebase/base.go
@@ -162,6 +162,9 @@ func (g *RuleBasedInstancesFilter) matchSourceMetadata(ruleMeta map[string]*apim
162
if !exist {
163
return false, "", nil
164
}
165
+ if rawMetaValue == matchAll {
166
+ continue
167
+ }
168
switch ruleMetaValue.Type {
169
case apimodel.MatchString_REGEX:
170
var matchExp *regexp.Regexp
0 commit comments