minio/cmd/crypto
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
..
auto-encryption.go kms: replace KES client implementation with minio/kes (#12207) 2021-05-10 18:15:11 -07:00
doc.go update license change for MinIO 2021-04-23 11:58:53 -07:00
error.go update license change for MinIO 2021-04-23 11:58:53 -07:00
header.go update license change for MinIO 2021-04-23 11:58:53 -07:00
header_test.go add SSE-KMS support and use SSE-KMS for auto encryption (#12237) 2021-05-06 15:24:01 -07:00
key.go update license change for MinIO 2021-04-23 11:58:53 -07:00
key_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
metadata.go update license change for MinIO 2021-04-23 11:58:53 -07:00
metadata_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
sse-c.go update license change for MinIO 2021-04-23 11:58:53 -07:00
sse-kms.go kms: replace KES client implementation with minio/kes (#12207) 2021-05-10 18:15:11 -07:00
sse-s3.go kms: replace KES client implementation with minio/kes (#12207) 2021-05-10 18:15:11 -07:00
sse.go update license change for MinIO 2021-04-23 11:58:53 -07:00
sse_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00