dvaldivia / kms-go

MinIO key managment SDK

Home Page:https://min.io/docs/kes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinIO KMS

This repository contains the Go SDKs for MinIO KMS and MinIO KES in two separate Go modules:

Each module uses its own semantic version and can be imported separately.

KMS SDK

Go Reference GitHub Tag

Import the KMS SDK via:

$ go get github.com/minio/kms-go/kms@latest

Or add it to your go.mod file:

require (
   github.com/minio/kms-go/kms@latest
)

KES SDK

Go Reference GitHub Tag

Import the KES SDK via:

$ go get github.com/minio/kms-go/kes@latest

Or add it to your go.mod file:

require (
   github.com/minio/kms-go/kes@latest
)

License

Use of the KES SDK is governed by the AGPLv3 license that can be found in the LICENSE file.

About

MinIO key managment SDK

https://min.io/docs/kes

License:GNU Affero General Public License v3.0


Languages

Language:Go 100.0%