minio/cmd/crypto
Andreas Auernhammer c3d4c1f584 add minio/keys KMS integration (#8631)
This commit adds support for the minio/kes KMS.
See: https://github.com/minio/kes

In particular you can configure it as KMS by:
 - `export MINIO_KMS_KES_ENDPOINT=`  // Server URL
 - `export MINIO_KMS_KES_KEY_FILE=`  // TLS client private key
 - `export MINIO_KMS_KES_CERT_FILE=` // TLS client certificate
 - `export MINIO_KMS_KES_CA_PATH=`   // Root CAs issuing server cert
 - `export MINIO_KMS_KES_KEY_NAME=`  // The name of the (default)
master key
2019-12-13 12:57:11 -08:00
..
config.go add minio/keys KMS integration (#8631) 2019-12-13 12:57:11 -08:00
doc.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
error.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
header.go make SSE request header check comprehensive (#8276) 2019-09-21 03:26:12 +05:30
header_test.go make SSE request header check comprehensive (#8276) 2019-09-21 03:26:12 +05:30
help.go add minio/keys KMS integration (#8631) 2019-12-13 12:57:11 -08:00
kes.go add minio/keys KMS integration (#8631) 2019-12-13 12:57:11 -08:00
key.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
key_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
kms.go New Admin Info (#8497) 2019-12-11 14:27:03 -08:00
kms_test.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
legacy.go add minio/keys KMS integration (#8631) 2019-12-13 12:57:11 -08:00
metadata.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
metadata_test.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
parse.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
parse_test.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
sse.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
sse_test.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
vault.go New Admin Info (#8497) 2019-12-11 14:27:03 -08:00
vault_test.go Bring in safe mode support (#8478) 2019-11-09 09:27:23 -08:00