Skip to content

Commit 29de6f3

Browse files
committed
Add authz check into beta graduation criteria
1 parent 874c9f1 commit 29de6f3

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-api-machinery/3488-cel-admission-control

1 file changed

+1
-1
lines changed

keps/sig-api-machinery/3488-cel-admission-control/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@ and ensures they get intercepted and work properly with a CEL validation policy(
19551955
that watches all instances of that object using a new unstructured informer which is inefficient([comment](https://github.com/kubernetes/kubernetes/pull/113314#discussion_r1013331221))
19561956
- switch to a lock-free implementation to address lock having to wait for all existing admission evaluations
19571957
to complete and blocking all new admission evaluations until this completes.([comment1](https://github.com/kubernetes/kubernetes/pull/113314#discussion_r1013318103),[comment2](https://github.com/kubernetes/kubernetes/pull/113314#discussion_r1013305167))
1958-
-
1958+
- authz check to the specific resource referenced in the policy's paramKind. ([comment](https://github.com/kubernetes/kubernetes/pull/113314#discussion_r1013135860))
19591959

19601960
### Upgrade / Downgrade Strategy
19611961

0 commit comments

Comments
 (0)