minio / kes

Key Managament Server for Object Storage and more
https://min.io/docs/kes/concepts/
GNU Affero General Public License v3.0
456 stars 94 forks source link

add HMAC API test #434

Closed aead closed 7 months ago

aead commented 7 months ago

This commit adds tests for the HMAC server API. It also removes enclave code that is no longer used nor supported.

Requires minio/kms-go#9

shtripat commented 7 months ago

Do we need go.mod changes for kes-go to clear of build fails?

aead commented 7 months ago

As the commit/PR message says, we need to merge minio/kms-go#9 first and then update the go mod dependency.

aead commented 7 months ago

SDK PR is merged 🎉