fix service account user always triggers user events #1246
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it: fix service Account User which always triggers update of user events.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #878Special notes for your reviewer:
![image](https://private-user-images.githubusercontent.com/134822946/400792010-b3f88ce6-a3bf-4f36-84f6-cb828e5ed153.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTQ0NzMsIm5iZiI6MTczOTQ1NDE3MywicGF0aCI6Ii8xMzQ4MjI5NDYvNDAwNzkyMDEwLWIzZjg4Y2U2LWEzYmYtNGYzNi04NGY2LWNiODI4ZTVlZDE1My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxMzQyNTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01NTRiZDIxZTU1NjA2NTM1MDZmMWUzZTM3ZmFlNTVjNmI2NzA0OTlhZDc4Yjk4YzkyOGI5NzQxYmVlNmQyZTJmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.FwrHwuGcEaNsm7uUoxoDjrX4gTA88u1pVCW1cFBF_h8)
other events may still occur due to other properties, as the realm export from Keycloak contains properties that users may not have defined in the realm configuration.
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR