Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KMSListKeys (0.07 sec)

  1. cmd/kms-handlers.go

    	writeSuccessResponseHeadersOnly(w)
    }
    
    // KMSListKeysHandler - GET /minio/kms/v1/key/list?pattern=<pattern>
    func (a kmsAPIHandlers) KMSListKeysHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "KMSListKeys")
    	defer logger.AuditLog(ctx, w, r, mustGetClaimsFromToken(r))
    
    	// This only checks if the action (kms:ListKeys) is allowed, it does not check
    	// each key name against the policy's Resources. We check that below, once
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Aug 18 06:43:03 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top