Skip to content

Commit df4569b

Browse files
[ProtoApiScrubber] Update documentation to remove matcher limitations. (#42658)
Signed-off-by: sumitkmr2 <[email protected]> Mirrored from https://github.com/envoyproxy/envoy @ b5cb410f1a372c5379fc0c6723263cab83095c41
1 parent 33cae99 commit df4569b

File tree

1 file changed

+0
-2
lines changed
  • envoy/extensions/filters/http/proto_api_scrubber/v3

1 file changed

+0
-2
lines changed

envoy/extensions/filters/http/proto_api_scrubber/v3/config.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,5 @@ message MessageRestrictions {
106106
// The restriction configuration.
107107
message RestrictionConfig {
108108
// Matcher tree for matching requests and responses with the configured restrictions.
109-
// NOTE: Currently, only CEL expressions are supported for matching. Support for more
110-
// matchers will be added incrementally overtime.
111109
xds.type.matcher.v3.Matcher matcher = 1;
112110
}

0 commit comments

Comments
 (0)