Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mappings (0.24 sec)

  1. cmd/iam-object-store.go

    	}
    
    	bootstrapTraceMsg("loading user policy mapping")
    	userPolicyMappingsList := listedConfigItems[policyDBUsersListKey]
    	for _, item := range userPolicyMappingsList {
    		userName := strings.TrimSuffix(item, ".json")
    		if err := iamOS.loadMappedPolicy(ctx, userName, regUser, false, cache.iamUserPolicyMap); err != nil && !errors.Is(err, errNoSuchPolicy) {
    			return fmt.Errorf("unable to load the policy mapping for the user `%s`: %w", userName, err)
    		}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 05 21:26:41 GMT 2024
    - 19.9K bytes
    - Viewed (0)
Back to top