File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
envoy/extensions/filters/http/ext_proc/v3 Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import "envoy/type/matcher/v3/string.proto";
12
12
13
13
import "google/protobuf/duration.proto" ;
14
14
import "google/protobuf/struct.proto" ;
15
+ import "google/protobuf/wrappers.proto" ;
15
16
16
17
import "xds/annotations/v3/status.proto" ;
17
18
@@ -417,7 +418,7 @@ message ExtProcPerRoute {
417
418
}
418
419
419
420
// Overrides that may be set on a per-route basis
420
- // [#next-free-field: 8 ]
421
+ // [#next-free-field: 9 ]
421
422
message ExtProcOverrides {
422
423
// Set a different processing mode for this route than the default.
423
424
ProcessingMode processing_mode = 1 ;
@@ -451,4 +452,9 @@ message ExtProcOverrides {
451
452
// authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
452
453
// when a route needs to partially override inherited metadata.
453
454
repeated config.core.v3.HeaderValue grpc_initial_metadata = 7 ;
455
+
456
+ // If true, the filter will not fail closed if the gRPC stream is prematurely closed
457
+ // or could not be opened. This field is the per-route override of
458
+ // :ref:`failure_mode_allow <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.failure_mode_allow>`.
459
+ google.protobuf.BoolValue failure_mode_allow = 8 ;
454
460
}
You can’t perform that action at this time.
0 commit comments