Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for commonAddServiceAccount (0.31 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/admin-handlers-users.go

    }
    
    // AddServiceAccount - PUT /minio/admin/v3/add-service-account
    func (a adminAPIHandlers) AddServiceAccount(w http.ResponseWriter, r *http.Request) {
    	ctx, cred, opts, createReq, targetUser, APIError := commonAddServiceAccount(r, false)
    	if APIError.Code != "" {
    		writeErrorResponseJSON(ctx, w, APIError, r.URL)
    		return
    	}
    
    	if createReq.AccessKey == globalActiveCred.AccessKey {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 90.6K bytes
    - Click Count (0)
Back to Top