minio/pkg/kms
Andreas Auernhammer d8eb7d3e15
kms: replace KES client implementation with minio/kes (#12207)
This commit replaces the custom KES client implementation
with the KES SDK from https://github.com/minio/kes

The SDK supports multi-server client load-balancing and
requests retry out of the box. Therefore, this change reduces
the overall complexity within the MinIO server and there
is no need to maintain two separate client implementations.

Signed-off-by: Andreas Auernhammer <aead@mail.de>
2021-05-10 18:15:11 -07:00
..
context.go update license change for MinIO 2021-04-23 11:58:53 -07:00
dek_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
kes.go kms: replace KES client implementation with minio/kes (#12207) 2021-05-10 18:15:11 -07:00
kms.go use jsoniter for json marshal/unmarshal in KMS (#12146) 2021-04-26 16:01:52 -07:00
single-key_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
single-key.go use jsoniter for json marshal/unmarshal in KMS (#12146) 2021-04-26 16:01:52 -07:00