kubernetes/cmd/kube-apiserver/app
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
..
options update api enablement for flowcontrol v1beta3 2022-09-21 18:54:20 -04:00
testing Expand aggregated API server integration test to include CRUD 2022-08-30 10:44:01 -04:00
aggregator.go Load encryption config once 2022-10-13 10:52:29 -04:00
apiextensions.go Load encryption config once 2022-10-13 10:52:29 -04:00
server_test.go test: Add service cluster IP range unit test 2020-10-22 11:42:21 +09:00
server.go Load encryption config once 2022-10-13 10:52:29 -04:00