File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
keps/sig-auth/3926-handling-undecryptable-resources Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
531531https://storage.googleapis.com/k8s-triage/index.html
532532-->
533533
534- New tests will be added to prove :
534+ Alpha :
535535- resources that are encrypted and are decryptable can still be deleted as before
536536- resources that are malformed throw the new error on read
537537- resources that are malformed cannot be removed if the user lacks required
@@ -541,6 +541,15 @@ New tests will be added to prove:
541541- if there are too many malformed resources in a return of a LIST action, the
542542 error will be truncated
543543
544+ Beta (see also [ Testing Requirements] ( #testing-requirements ) ):
545+ - list error aggregation
546+ ([ #129129 ] ( https://github.com/kubernetes/kubernetes/pull/129129 ) - open)
547+ - delete handler with unsafe deletion flow
548+ ([ #128726 ] ( https://github.com/kubernetes/kubernetes/pull/128726 ) - open)
549+ - deserialization failure via bit-flip (not just encryption failure)
550+ - deletion works for CRDs
551+ - KAS health recovery after deleting all corrupt objects
552+
544553##### e2e tests
545554
546555<!--
You can’t perform that action at this time.
0 commit comments