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 95 forks source link

add new packages `edge` and `kv` #342

Closed aead closed 1 year ago

aead commented 1 year ago

This commit introduces two new packages:

The edge package implements decoding KES edge server configuration into Go types.

The kv package implements generic abstractions for key stores used by the KES edge server.

Further, the edge package contains additional tests for decoding KES configuration.

aead commented 1 year ago

Done @Praveenrajmani