Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kms: replace KES client implementation with minio/kes #12207

Merged
merged 2 commits into from May 11, 2021

Commits on May 10, 2021

  1. kms: replace KES client implementation with minio/kes

    This commit replaces the custom KES client implementation
    with the KES SDK from https://github.com/minio/kes
    
    The SDK supports multi-server client load-balancing and
    request retry out of the box. Therefore, this change reduces
    the overall complexity within the MinIO server and there
    is no need to maintain two separate client implementations.
    
    Signed-off-by: Andreas Auernhammer <aead@mail.de>
    Andreas Auernhammer committed May 10, 2021
    Copy the full SHA
    b194ee8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    008712a View commit details
    Browse the repository at this point in the history