- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isAllowedBySessionPolicyForServiceAccount (0.6 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 Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 75.3K bytes - Viewed (0)