- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isAllowedBySessionPolicyForServiceAccount (0.15 sec)
-
cmd/iam.go
return isOwnerDerived || combinedPolicy.IsAllowed(parentArgs) } // 3. If an inline session-policy is present, evaluate it. hasSessionPolicy, isAllowedSP := isAllowedBySessionPolicyForServiceAccount(args) if hasSessionPolicy { return isAllowedSP && (isOwnerDerived || combinedPolicy.IsAllowed(parentArgs)) } // Sub policy not set. Evaluate only the parent policies.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Oct 15 17:00:45 UTC 2025 - 76.5K bytes - Viewed (0)