Skip to content

Commit 5c2f6a8

Browse files
authored
Merge pull request #48411 from liggitt/4601-beta
KEP-4601: Promote AuthorizeWithSelectors / AuthorizeNodeWithSelectors to beta
2 parents b92deb4 + 9fc34d7 commit 5c2f6a8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/authorize-node-with-selectors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.31"
12+
toVersion: "1.31"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.32"
1216
---
1317
Make the [Node authorizer](/docs/reference/access-authn-authz/node/) use fine-grained selector authorization.
1418
Requires `AuthorizeWithSelectors` to be enabled.

content/en/docs/reference/command-line-tools-reference/feature-gates/authorize-with-selectors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.31"
12+
toVersion: "1.31"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.32"
1216
---
1317
Allows authorization to use field and label selectors.
1418
Enables `fieldSelector` and `labelSelector` fields in the [SubjectAccessReview API](/docs/reference/kubernetes-api/authorization-resources/subject-access-review-v1/),

0 commit comments

Comments
 (0)