- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for missingPolicies (0.12 seconds)
-
cmd/iam-store.go
var policies []string var missingPolicies []string var toMerge []policy.Policy cache := store.rlock() for _, policy := range newMappedPolicy(policyName).toSlice() { if policy == "" { continue } p, found := cache.iamPolicyDocsMap[policy] if !found { missingPolicies = append(missingPolicies, policy) continue }
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)