Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ListAllAccessKeys (0.28 sec)

  1. cmd/admin-handlers-idp-openid.go

    	if len(roleArnMap) == 0 {
    		writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(ErrAdminNoSuchConfigTarget), r.URL)
    		return
    	}
    
    	userSet := set.CreateStringSet(userList...)
    	accessKeys, err := globalIAMSys.ListAllAccessKeys(ctx)
    	if err != nil {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    		return
    	}
    
    	for _, accessKey := range accessKeys {
    		// Filter out any disqualifying access keys
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:38:46 UTC 2025
    - 7.6K bytes
    - Viewed (0)
Back to top