diff --git a/envoy/config/filter/http/transcoder/v2/transcoder.proto b/envoy/config/filter/http/transcoder/v2/transcoder.proto index dfb629cd6..6f6686403 100644 --- a/envoy/config/filter/http/transcoder/v2/transcoder.proto +++ b/envoy/config/filter/http/transcoder/v2/transcoder.proto @@ -55,4 +55,12 @@ message GrpcJsonTranscoder { // `JsonPrintOptions `_. PrintOptions print_options = 3; + + + // Whether to skip recalculating the route after the + // outgoing headers have been transformed to the match the upstream gRPC service + // If set to true, Envoy will determine the cluster to + // route to based on the route for the incoming request + // Defaults to false. + bool skip_recalculating_route = 5; }