Allow a KMS Action to specify keys in the Resources of a policy (#20079)

This commit is contained in:
Mark Theunissen
2024-07-17 00:03:03 +10:00
committed by GitHub
parent 2584430141
commit 698bb93a46
7 changed files with 1037 additions and 12 deletions

View File

@@ -2186,7 +2186,7 @@ func (a adminAPIHandlers) KMSCreateKeyHandler(w http.ResponseWriter, r *http.Req
writeSuccessResponseHeadersOnly(w)
}
// KMSKeyStatusHandler - GET /minio/admin/v3/kms/status
// KMSStatusHandler - GET /minio/admin/v3/kms/status
func (a adminAPIHandlers) KMSStatusHandler(w http.ResponseWriter, r *http.Request) {
ctx := r.Context()