Skip to content

Commit 2fd335d

Browse files
composite: add implementation for filter_chain (#42724)
## Description This PR adds the implementation for `filter_chain` in the Composite Filter. The API was added as part of [this](envoyproxy/envoy#40885) PR. This would allow multiple HTTP filters to be delegated to as a single action, with filters executing in order for decoding and reverse order for encoding. --- **Commit Message:** composite: add implementation for filter_chain **Additional Description:** Adds the implementation for `filter_chain` in the Composite Filter. **Risk Level:** Low **Testing:** Added Unit + Integration Tests **Docs Changes:** Added **Release Notes:** Added Signed-off-by: Rohit Agrawal <[email protected]> Mirrored from https://github.com/envoyproxy/envoy @ 77b78698f753d78b39863002149a76133d162d86
1 parent f1ba728 commit 2fd335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envoy/extensions/filters/http/composite/v3/composite.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ message ExecuteFilterAction {
7474
[(udpa.annotations.field_migrate).oneof_promotion = "config_type"];
7575

7676
// An inlined list of filter configurations. The specified filters will be executed in order.
77-
// [#not-implemented-hide:]
77+
// If this field is set, ``typed_config`` and ``dynamic_config`` are ignored.
7878
FilterChainConfiguration filter_chain = 4;
7979

8080
// Probability of the action execution. If not specified, this is 100%.

0 commit comments

Comments
 (0)