Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for MinIOUsersSysType (0.06 seconds)

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

  1. cmd/iam-object-store.go

    	}
    
    	if took := time.Since(policyLoadStartTime); took > maxIAMLoadOpTime {
    		logger.Info("Policy docs load took %.2fs (for %d items)", took.Seconds(), len(policiesList))
    	}
    
    	if iamOS.usersSysType == MinIOUsersSysType {
    		bootstrapTraceMsgFirstTime("loading regular IAM users")
    		regUsersLoadStartTime := UTCNow()
    		regUsersList := listedConfigItems[usersListKey]
    
    		for {
    			if len(regUsersList) < count {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 26.6K bytes
    - Click Count (0)
  2. cmd/admin-handlers-users.go

    	requestorIsDerivedCredential := false
    	if cred.IsServiceAccount() || cred.IsTemp() {
    		requestorParentUser = cred.ParentUser
    		requestorIsDerivedCredential = true
    	}
    
    	if globalIAMSys.GetUsersSysType() == MinIOUsersSysType && targetUser != cred.AccessKey {
    		// For internal IDP, ensure that the targetUser's parent account exists.
    		// It could be a regular user account or the root account.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 90.6K bytes
    - Click Count (0)
Back to Top