Fix IdentityProviderPolicy unlink rule
What does this MR do and why?
There was a problem with a rule in IdentityProviderPolicy
. The usage of &&
is not allowed in a rule in declarative policy and can lead to wrong results.
The specs were not written correctly and therefore not failing.
Rather than fixing the policy, we can remove it because this policy class is used for abilities related to group-managed accounts, which has been EOL-d. See &8518
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #291007 (closed)
Edited by Jessie Young