- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for doesPolicyAllow (0.12 sec)
-
cmd/iam.go
_, policy := sys.store.MergePolicies(strings.Join(policies, ",")) return policy } // doesPolicyAllow - checks if the given policy allows the passed action with given args. This is rarely needed. // Notice there is no account name involved, so this is a dangerous function. func (sys *IAMSys) doesPolicyAllow(policy string, args policy.Args) bool { // Policies were found, evaluate all of them.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 29 16:01:48 UTC 2024 - 74.6K bytes - Viewed (0)