minio / kes

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

move keystore implementations into `keystore` package #324

Closed aead closed 1 year ago

aead commented 1 year ago

This commit moves all external KMS keystore implementations (Vault, AWS, GCP, ...) into a dedicated keystore package.

This separates the stateless and stateful KES implementation and makes it more clear where to add things.