IdentityIQ Rule - Bundle Modification Applies without Committing Transaction

Problem

In IdentityIQ 8.4p2, we noticed that modifying bundles via rule does not require save object and commit transaction in-order to apply the changes - we only need set attributes. Is this expected behavior?

Diagnosis

All other objects require save object and commit transaction to apply changes: Identity, Managed Attributes, etc… Is this a bug for Bundle or the new expected behavior? If so, wouldn’t this introduce risks? since some our custom rules are designed with a read only mode by excluding the save and commit transaction.

Solution

If this is not the expected behavior, it should be required to save the object and commit transaction before any changes are applied to the Bundle.

Hi @c153822,

there are some rule where you can set the attribute of an object without save it, fro example the identity creation rule but I never I dont know if exist any rule like that for bundle. Wich type of ryle you are using?

Hi @enistri_devo ,

Tried it in a test rule (independent rule), and just ran it on debug.

Regards,
Maks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.