Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for denyOnly (0.05 sec)

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

    		Groups:          cred.Groups,
    		Action:          policy.ListServiceAccountsAdminAction,
    		ConditionValues: getConditionValues(r, "", cred),
    		IsOwner:         owner,
    		Claims:          cred.Claims,
    		DenyOnly:        selfOnly,
    	}) {
    		writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(ErrAccessDenied), r.URL)
    		return
    	}
    
    	if selfOnly && len(userList) == 0 {
    		selfDN := cred.AccessKey
    		if cred.ParentUser != "" {
    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