Generic Proxy Route Matcher Configuration (proto)

Warning

This API feature is currently work-in-progress. API features marked as work-in-progress are not considered stable, are not covered by the threat model, are not supported by the security team, and are subject to breaking changes. Do not use this feature without understanding each of the previous points.

extensions.filters.network.generic_proxy.matcher.v3.ServiceMatchInput

[extensions.filters.network.generic_proxy.matcher.v3.ServiceMatchInput proto]

Used to match request service of the downstream request. Only applicable if a service provided by the application protocol.

extensions.filters.network.generic_proxy.matcher.v3.MethodMatchInput

[extensions.filters.network.generic_proxy.matcher.v3.MethodMatchInput proto]

Used to match request method of the downstream request. Only applicable if a method provided by the application protocol.

extensions.filters.network.generic_proxy.matcher.v3.PropertyMatchInput

[extensions.filters.network.generic_proxy.matcher.v3.PropertyMatchInput proto]

Used to match an arbitrary property of the downstream request. These properties are populated by the codecs of application protocols.

{
  "property_name": ...
}
property_name

(string, REQUIRED) The property name to match on.