apiserver/pkg/apis/config
Monis Khan 8d68e6f323 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>

Kubernetes-commit: f507bc255382b2e2095351053bc17e74f7100d35
2022-08-29 17:25:48 -04:00
..
v1 Implement KMS v2alpha1 2022-06-29 20:51:35 +00:00
validation Load encryption config once 2022-08-29 17:25:48 -04:00
doc.go move apiserver Configuration to k8s.io/apiserver/pkg/apis/config 2018-07-12 17:37:52 +08:00
register.go Introduce kubeapiserver.config.k8s.io/v1 with EncryptionConfiguration and use a standard method for parsing config file. 2018-05-02 18:21:38 +02:00
types.go Implement KMS v2alpha1 2022-06-29 20:51:35 +00:00
zz_generated.deepcopy.go generated: Run hack/update-gofmt.sh 2021-08-12 17:13:11 -04:00