apiserver/pkg/storage
Monis Khan 242620fc19 kmsv2: validate encrypt response at DEK generation time
Prior to this change, we wait until the DEK is used to perform an
encryption before validating the response.  This means that the
plugin could report healthy but all TransformToStorage calls would
fail.  Now we correctly cause the plugin to become unhealthy and do
not attempt to use the newly generated DEK.

Signed-off-by: Monis Khan <mok@microsoft.com>

Kubernetes-commit: 5469c198e5d074c7e88e14c3dcbc3ebb2b37cfa8
2023-03-22 21:27:47 -04:00
..
cacher Fix missed watch events 2023-03-01 12:16:40 +01:00
errors Fix function name of IsExist err 2022-03-19 23:06:51 +08:00
etcd3 Recognize etcd/grpc cancel errors correctly 2023-03-08 15:51:25 -05:00
names grammar: replace all occurrences of "the the" with "the" 2022-09-17 22:58:01 +02:00
storagebackend Load encryption config once 2022-08-29 17:25:48 -04:00
testing staging: fix "go vet" issues 2023-02-28 21:22:40 +01:00
testresource storage: isolate the test resource 2022-05-11 09:05:18 -07:00
tests staging: fix "go vet" issues 2023-02-28 21:22:40 +01:00
value kmsv2: validate encrypt response at DEK generation time 2023-03-22 21:27:47 -04:00
OWNERS apiserver/storage: add myself to the reviewers list 2022-05-12 15:40:33 -07:00
api_object_versioner.go storage: move the APIObjectVersioner definition to storage 2022-05-11 07:44:21 -07:00
api_object_versioner_test.go storage: isolate the test resource 2022-05-11 09:05:18 -07:00
continue.go add explicit typing for continue tests 2022-05-31 10:23:07 -07:00
continue_test.go add explicit typing for continue tests 2022-05-31 10:23:07 -07:00
doc.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
errors.go Fix function name of IsExist err 2022-03-19 23:06:51 +08:00
interfaces.go Add SendInitialEvents to storage ListOptions 2023-01-30 14:54:59 +01:00
selection_predicate.go Partition watchers by namespace/name scope 2023-02-05 18:46:19 -05:00
selection_predicate_test.go Fix staticcheck failures 2021-04-02 12:23:30 +08:00
util.go Simplify trigger functions in cacher 2019-07-04 14:21:06 +02:00
util_test.go move cacher in separate dir 2018-05-30 20:44:31 +08:00