Skip to content

Commit 2c49e44

Browse files
authored
Update authz document (#2954)
* update authorizationPolicy CUSTOM action feature status * update authorizationPolicy CUSTOM action feature status
1 parent 06a054d commit 2c49e44

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

security/v1/authorization_policy.pb.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1/authorization_policy.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,6 @@ message AuthorizationPolicy {
512512
// One example use case of the extension is to integrate with a custom external authorization system to delegate
513513
// the authorization decision to it.
514514
//
515-
// Note: The CUSTOM action is currently an **alpha feature** and is subject to breaking changes in later versions.
516-
//
517515
// The following authorization policy applies to an ingress gateway and delegates the authorization check to a named extension
518516
// "my-custom-authz" if the request path has prefix "/admin/".
519517
//

security/v1beta1/authorization_policy.pb.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/authorization_policy.pb.html

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/authorization_policy.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,6 @@ message AuthorizationPolicy {
512512
// One example use case of the extension is to integrate with a custom external authorization system to delegate
513513
// the authorization decision to it.
514514
//
515-
// Note: The CUSTOM action is currently an **alpha feature** and is subject to breaking changes in later versions.
516-
//
517515
// The following authorization policy applies to an ingress gateway and delegates the authorization check to a named extension
518516
// "my-custom-authz" if the request path has prefix "/admin/".
519517
//

0 commit comments

Comments
 (0)