Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: PersonaProcessor creates empty audit events on recompute task #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iam-tk
Copy link

@iam-tk iam-tk commented Nov 28, 2024

During a recompute task, midPoint set LazyAuditRequest in the lens context to avoid creating empty audit objects for every recomputation.

This change propagates the LazyAuditRequest property to the LensContext created for the persona delta execution. This will prevent midPoint from creating empty audit events for personas when running a recompute on the main user.

During a recompute task, midPoint set LazyAuditRequest in the lens context
to avoid creating empty audit objects for every recomputation.

This change propagates the LazyAuditRequest property to the LensContext
created for the persona delta execution. This will prevent midPoint from
creating empty audit events for personas when running a recompute on the
main user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant