Added endpoint and versions attributes to KMS details (#17350)

Now it would list details of all KMS instances with additional
attributes `endpoint` and `version`. In the case of k8s-based
deployment the list would consist of a single entry.

Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
This commit is contained in:
Shubhendu
2023-07-13 12:20:38 +05:30
committed by GitHub
parent f80b6926d3
commit 9b9871cfbb
6 changed files with 96 additions and 6 deletions

2
go.mod
View File

@@ -49,7 +49,7 @@ require (
github.com/minio/dperf v0.5.0
github.com/minio/highwayhash v1.0.2
github.com/minio/kes-go v0.1.0
github.com/minio/madmin-go/v3 v3.0.5
github.com/minio/madmin-go/v3 v3.0.6
github.com/minio/minio-go/v7 v7.0.59
github.com/minio/mux v1.9.0
github.com/minio/pkg v1.7.5