From 90d0dac571533112b9c3d851cab12c4d9a3a73fb Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:40:43 +0000 Subject: [PATCH] Promote the matcher field of the RBAC API to stable (#37678) Promote envoy.extensions.filters.http.rbac.v3.RBAC.matcher from `work_in_progress` to stable Risk Level: Low Testing: No Docs Changes: No Release Notes: No Signed-off-by: Huabing Zhao Mirrored from https://github.com/envoyproxy/envoy @ 41d8ccc79c4b98104475b55b5639567b14466190 --- envoy/extensions/filters/http/rbac/v3/rbac.proto | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/envoy/extensions/filters/http/rbac/v3/rbac.proto b/envoy/extensions/filters/http/rbac/v3/rbac.proto index 615102f75..6efd47ac5 100644 --- a/envoy/extensions/filters/http/rbac/v3/rbac.proto +++ b/envoy/extensions/filters/http/rbac/v3/rbac.proto @@ -48,10 +48,8 @@ message RBAC { // * If absent, no RBAC enforcement occurs. // * If set but empty, all requests are denied. // - xds.type.matcher.v3.Matcher matcher = 4 [ - (udpa.annotations.field_migrate).oneof_promotion = "rules_specifier", - (xds.annotations.v3.field_status).work_in_progress = true - ]; + xds.type.matcher.v3.Matcher matcher = 4 + [(udpa.annotations.field_migrate).oneof_promotion = "rules_specifier"]; // Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny // requests. If absent, no shadow RBAC policy will be applied.