Andreas Auernhammer
Andreas Auernhammer
Currently the region of the meta bucket of the server is not configurable. Therefore, you cannot start MinSQL with a server meta bucket that does not match the (somehow) hard-coded...
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 commit adds support for KESKES authentication via API keys. Now, a KES edge server can authenticate to a KES server (stateful) via API keys - not just via TLS...
## Description With this commit, MinIO generates root credentials automatically and deterministically if: - No root credentials have been set. - A KMS (KES) is configured. - API access for...
## Description This commit adds support for MinKMS. Now, there are three KMS implementations in `internal/kms`: Builtin, MinIO KES and MinIO KMS. Adding another KMS integration required some cleanup. In...
## Requirements Since we use a hash-based bitrot protection approach we need a (hash) function `f` mapping value of arbitrary length to a value of a fixed length. The function...
This commit updates Hashicorp and AWS dependencies to address a security issue in a indirect dep.
This commit is part of the CLI refactoring https://github.com/minio/kes/milestone/6 This commit adds support for parsing PEM private key files and printing their private key as API key. Now, the `kes...
This commit adds the `kes ls` command that lists keys, policies and identities. ``` Usage: kes ls [-a KEY] [-k] [--json] [-i] [-p] [-s HOST[:PORT]] [PREFIX] Options: -a, --api-key KEY...