Hi,
When provisioning permissions via refresh, the new permission is added as a request, but the previous one should be removed. However, in the Admin Console, the remove
operation is marked as filtered, with reasons like "does not exist"
or "dependency"
.
The issue is that filtered operations do not appear in plan.toXml()
, preventing the provisioning plan from processing the necessary database updates.
Is there a way to force the remove operation to be included in the provisioning plan, even if it would normally be filtered?
Thanks!