kes
kes copied to clipboard
Key Managament Server for Object Storage and more
This commit refactors the KES server tests. Since the KES stateful and stateless server get separate APIs, this commit refactors the existing server tests and re-implements them as gateway tests....
#### Bug Description The currently used [Azure SDK](https://github.com/Azure/go-autorest) is deprecated and will be no longer be supported after March 2023. #### Expected behavior We should consider migrating to another SDK...
#### What is the problem you want to solve? Trying to upgrade to `v0.18.0` and took a while until I realised it was using an older server config version since...
#### What is the problem you want to solve? Stringing together a config can be a bit overwhelming. Make it easy to install kes on bare metal. #### How do...
This commit adds a describe key API: `/v1/key/describe` to the stateful/stateless server. In addition, this commit adds a client API implementation and CLI command for fetching a key description.
This commit adds a describe enclave API: `/v1/enclave/describe`. In addition, this commit adds a client API implementation and CLI command for fetching enclave description.
This Pull Request returns updating latency and counts missing HTTP metrics after refactoring. This Pull Request fixes #443
#### Bug describtion I deployed kes to kubernetes using the minio operator and noticed that after some time the memory limits are reached for all replicas in the same sequence....
Small edits to `server-config.yaml` to better match web docs style. This makes it easier to include a sample config in the KES docs. Closes https://github.com/minio/docs/issues/1123
Upgrade azserect client How to test: ```shell export ClientID=UUID export EndPoint=url export Secret=secret export TenantID=tid export ManagedIdentityClientID=micd go test github.com/minio/kes/internal/keystore/azure ``` Once the verification is successful, I remove the redundant...