Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GroupPolicies (0.06 seconds)

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

  1. cmd/iam-store.go

    		if err != nil {
    			return nil, err
    		}
    
    		userPolicyPresent := len(policies) > 0
    
    		groupPolicies, err := cache.policyDBGetGroups(store, userPolicyPresent, groups...)
    		if err != nil {
    			return nil, err
    		}
    
    		policies = append(policies, groupPolicies...)
    		return policies, nil
    	}
    	if store.policy != nil {
    		val, err, _ := store.policy.Do(name, func() (any, error) {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 87.1K bytes
    - Click Count (0)
Back to Top