HenningWaack
HenningWaack
Add the customField "app" with value "keycloak-config-cli" to each JSON log message. Fixes #942 **What this PR does / why we need it**: In order to simplify finding logs from...
### Problem Statement In order to simplify finding logs from Keycloak Config CLI in a log aggregator like Kibana, it would be beneficial to mark every log entry with a...
### Current Behavior We try to create (admin) users in the master realm. Using the following yaml, we get a Bad Request error. ```yaml realm: master users: - username: myuser...
The major change here is the introduction of the ENV.groovy file for configurable environments. Other than that I adjusted and unified the naming of targets and properties. I also extended...
Mostly did cleanup and added new and concise naming - All target in build scripts are prefixed with abe.{type}.{function} - Configuration properties are prefixed with config.{type}.{propertyName} - External properties are...