kubernetes/test/integration/controlplane/transformation
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
..
kms_transformation_test.go Add staging directory for kms 2022-09-26 19:23:35 +00:00
kmsv2_transformation_test.go Load encryption config once 2022-10-13 10:52:29 -04:00
main_test.go
secrets_transformation_test.go
transformation_testcase.go feat:(kms) encrypt data with DEK using AES-GCM instead of AES-CBC 2022-08-02 01:12:47 +00:00