aerogear / keycloak-metrics-spi

Adds a Metrics Endpoint to Keycloak
Apache License 2.0
551 stars 156 forks source link

Add realm name in the reported events #86

Closed yoav-miles-se closed 3 years ago

yoav-miles-se commented 3 years ago

Description

Add realm name in the reported events

Expected Behavior

A realm name is more useful than the currently reported realm id Currently the realm's id is reported

Actual Behavior

The realm id is reported in the realm field (except the master realm, which shows as "master")

Environment

Steps to reproduce

Virtually any event produces realm information. You can try to enter false credentials to a non-master realm to trigger a keycloak_failed_login_attempts event and see that the realm is identified by its id.