Skip to content

Commit 41d8ccc

Browse files
authored
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 <[email protected]>
1 parent 6463b12 commit 41d8ccc

File tree

1 file changed

+2
-4
lines changed
  • api/envoy/extensions/filters/http/rbac/v3

1 file changed

+2
-4
lines changed

Diff for: api/envoy/extensions/filters/http/rbac/v3/rbac.proto

+2-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ message RBAC {
4848
// * If absent, no RBAC enforcement occurs.
4949
// * If set but empty, all requests are denied.
5050
//
51-
xds.type.matcher.v3.Matcher matcher = 4 [
52-
(udpa.annotations.field_migrate).oneof_promotion = "rules_specifier",
53-
(xds.annotations.v3.field_status).work_in_progress = true
54-
];
51+
xds.type.matcher.v3.Matcher matcher = 4
52+
[(udpa.annotations.field_migrate).oneof_promotion = "rules_specifier"];
5553

5654
// Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny
5755
// requests. If absent, no shadow RBAC policy will be applied.

0 commit comments

Comments
 (0)