p2-inc / keycloak-events

Useful Keycloak event listener implementations and utilities.
https://phasetwo.io
Other
195 stars 36 forks source link

Missing User object for AdminEvent #48

Closed philipsabri closed 10 months ago

philipsabri commented 10 months ago

The User obejct is missing for the AdminEvents, would be nice to have it to be able to print the username and not only the userid

I created a PR here that would fix it https://github.com/p2-inc/keycloak-events/pull/47

xgp commented 10 months ago

@philipsabri Thank you for the PR. I made a few comment there.

philipsabri commented 10 months ago

@xgp some release tests have failed, can I help with anything? :)

xgp commented 10 months ago

@philipsabri I haven't had time to investigate what went wrong.

philipsabri commented 9 months ago

@philipsabri I haven't had time to investigate what went wrong.

@xgp No worries! The workflow never outputted any errors, perhaps flaky and a rerun could fix it?

xgp commented 9 months ago

Looks like that was it. I ran it again and it worked. Thanks again.