minio/pkg/madmin/examples
Andreas Auernhammer 810a44e951 KMS Admin-API: add route and handler for KMS key info (#7955)
This commit adds an admin API route and handler for
requesting status information about a KMS key.

Therefore, the client specifies the KMS key ID (when
empty / not set the server takes the currently configured
default key-ID) and the server tries to perform a dummy encryption,
re-wrap and decryption operation. If all three succeed we know that
the server can access the KMS and has permissions to generate, re-wrap
and decrypt data keys (policy is set correctly).
2019-09-05 01:49:44 +05:30
..
add-user-and-policy.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
cpu-load-info.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
drives-perf-info.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
get-config-keys.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
get-config.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
heal-bucket.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
heal-buckets-list.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
heal-format.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
heal-object.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
heal-status.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
kms-status.go KMS Admin-API: add route and handler for KMS key info (#7955) 2019-09-05 01:49:44 +05:30
lock-clear.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
mem-usage-info.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
net-perf-info.go Add NetPerfInfo() API in madmin (#8112) 2019-08-31 08:27:53 +05:30
profiling.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
server-info.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
service-restart.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
service-trace.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
set-config-keys.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
set-config.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00
top-locks.go Rectify Examples and README.MD (#8141) 2019-08-28 10:56:02 -07:00