A teammate tries to add an OKE workload identity to the same dynamic group used by Oracle Functions. Why will that fail?
Select an answer to reveal the explanation.
Short Explanation
Functions join a dynamic-group club; OKE workload identity uses a different door—any-user plus principal conditions—and cannot be stuffed into that club today.
Full Explanation
Official limitation: workload identities cannot currently be members of dynamic groups. Instance principals and Functions use dynamic groups; OKE workload identity uses the Allow any-user form with request.principal.* conditions. Mixing the two patterns is a common mistake.