Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _MINIO_IAM_GROUP_REFRESH (0.76 sec)

  1. cmd/iam-store.go

    }
    
    // LoadUser - attempts to load user info from storage and updates cache.
    func (store *IAMStoreSys) LoadUser(ctx context.Context, accessKey string) error {
    	groupLoad := env.Get("_MINIO_IAM_GROUP_REFRESH", config.EnableOff) == config.EnableOn
    
    	newCachePopulate := func() (val any, err error) {
    		newCache := newIamCache()
    
    		// Check for service account first
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 86.7K bytes
    - Viewed (0)
Back to top