Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for KMSKeyStatusHandler (0.06 sec)

  1. cmd/admin-handlers.go

    		return
    	}
    	writeSuccessResponseJSON(w, resp)
    }
    
    // KMSKeyStatusHandler - GET /minio/admin/v3/kms/key/status?key-id=<master-key-id>
    func (a adminAPIHandlers) KMSKeyStatusHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	objectAPI, _ := validateAdminReq(ctx, w, r, policy.KMSKeyStatusAdminAction)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 99.6K bytes
    - Viewed (0)
  2. cmd/admin-router.go

    		adminRouter.Methods(http.MethodGet).Path(adminVersion + "/kms/key/status").HandlerFunc(adminMiddleware(adminAPI.KMSKeyStatusHandler, traceAllFlag))
    
    		// Keep obdinfo for backward compatibility with mc
    		adminRouter.Methods(http.MethodGet).Path(adminVersion + "/obdinfo").
    			HandlerFunc(adminMiddleware(adminAPI.HealthInfoHandler))
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 26.7K bytes
    - Viewed (0)
Back to top