minio/internal/kms
Harshavardhana 09d4f8cd0f
avoid serializing decryptKey() every 15mins (#16135)
if the certs are the same in an environment where the 
cert files are symlinks (e.g Kubernetes), then we resort
to reloading certs every 15mins - we can avoid reload
of the kes client instance. Ensure that the price to pay 
for contending with the lock must happen when necessary.
2022-11-28 01:14:33 -08:00
..
context.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
dek_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
identity-manager.go Implement KMS methods for keys, policies and identities (#15673) 2022-09-19 11:04:40 -07:00
kes.go avoid serializing decryptKey() every 15mins (#16135) 2022-11-28 01:14:33 -08:00
key-manager.go Implement KMS methods for keys, policies and identities (#15673) 2022-09-19 11:04:40 -07:00
kms.go kms: add context.Context to KMS API calls (#15327) 2022-07-18 18:54:27 -07:00
policy-manager.go Implement KMS handlers (#15737) 2022-10-04 10:05:09 -07:00
single-key_test.go kms: add context.Context to KMS API calls (#15327) 2022-07-18 18:54:27 -07:00
single-key.go upgrade golang-lint to the latest (#15600) 2022-08-26 12:52:29 -07:00
status-manager.go Add metrics, version and apis handlers (#15839) 2022-10-12 12:08:03 -07:00