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

cmd/kes: add support for migrating keys to minkms #465

Closed aead closed 2 months ago

aead commented 2 months ago

This commit adds support for migrating keys to minkms via the kes migrate command. Migrating all keys of a KES backend to a MinKMS server can be done as following:

kes migrate --from src-config.yml --server 127.0.0.1:7373 --enclave minio --api-key k1:...

Currently, this implementation has the following limitations: