kubernetes/test/integration/controlplane
Monis Khan f507bc2553
Load encryption config once
This change updates the API server code to load the encryption
config once at start up instead of multiple times.  Previously the
code would set up the storage transformers and the etcd healthz
checks in separate parse steps.  This is problematic for KMS v2 key
ID based staleness checks which need to be able to assert that the
API server has a single view into the KMS plugin's current key ID.

Signed-off-by: Monis Khan <mok@microsoft.com>
2022-10-13 10:52:29 -04:00
..
audit cleanup: remove duplicate import 2022-07-14 11:25:19 +08:00
transformation Load encryption config once 2022-10-13 10:52:29 -04:00
apiserver_identity_test.go
crd_test.go
graceful_shutdown_test.go Clean shutdown of test apiserver 2022-05-26 10:42:48 +02:00
kube_apiserver_test.go Cleanup no-longer used storage cleanup method 2022-05-11 20:11:37 +02:00
main_test.go
synthetic_controlplane_test.go Make controlplane integation tests coexist with default API server config 2022-09-21 12:42:49 -04:00