Skip to content

Commit 453e95a

Browse files
authored
ProtoApiScrubber: Add RemoveField action proto for ProtoApiScrubber filter (envoyproxy#39353)
Signed-off-by: Sumit Kumar <[email protected]>
1 parent 9cd454d commit 453e95a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
syntax = "proto3";
2+
3+
package envoy.extensions.filters.http.proto_api_scrubber.v3;
4+
5+
import "xds/annotations/v3/status.proto";
6+
7+
import "udpa/annotations/status.proto";
8+
9+
option java_package = "io.envoyproxy.envoy.extensions.filters.http.proto_api_scrubber.v3";
10+
option java_outer_classname = "MatcherActionsProto";
11+
option java_multiple_files = true;
12+
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/proto_api_scrubber/v3;proto_api_scrubberv3";
13+
option (udpa.annotations.file_status).package_version_status = ACTIVE;
14+
option (xds.annotations.v3.file_status).work_in_progress = true;
15+
16+
// [#protodoc-title: Proto API Scrubber Matcher Actions]
17+
18+
// Specifies an :ref:`Unified Matcher API <envoy_v3_api_msg_.xds.type.matcher.v3.Matcher>` action to remove a field.
19+
// This actual action needs to be implemented by the filter using it.
20+
message RemoveFieldAction {
21+
}

0 commit comments

Comments
 (0)