metadata matcher (proto)

This extension has the qualified name envoy.matching.matchers.metadata_matcher

Note

This extension is functional but has not had substantial production burn time, use only with this caveat.

This extension has an unknown security posture and should only be used in deployments where both the downstream and upstream are trusted.

Tip

This extension extends and can be used with the following extension category:

This extension must be configured with one of the following type URLs:

extensions.matching.input_matchers.metadata.v3.Metadata

[extensions.matching.input_matchers.metadata.v3.Metadata proto]

Metadata matcher for metadata from http matching input data.

{
  "value": {...},
  "invert": ...
}
value

(type.matcher.v3.ValueMatcher, REQUIRED) The Metadata is matched if the value retrieved by metadata matching input is matched to this value.

invert

(bool) If true, the match result will be inverted.