envoy icon indicating copy to clipboard operation
envoy copied to clipboard

Does router checker support extensions?

Open vrozov opened this issue 3 years ago • 0 comments

Trying to run router checker tool on the routing yaml config with

    typed_per_filter_config:
      envoy.filters.http.dynamic_forward_proxy:
        "@type": type.googleapis.com/envoy.extensions.filters.http.dynamic_forward_proxy.v3.PerRouteConfig
        host_rewrite_header: "My_header"

getting

Unable to parse JSON as proto (INVALID_ARGUMENT:(virtual_hosts[0].routes[55].typed_per_filter_config[0].value): invalid value Invalid type URL, unknown type: envoy.extensions.filters.http.dynamic_forward_proxy.v3.PerRouteConfig for type Any):

vrozov avatar Aug 11 '22 23:08 vrozov