Broken Migration "MigrateTo24_0_0" #27779
Labels
area/core
kind/bug
Categorizes a PR related to a bug
kind/regression
priority/blocker
Highest Priority. Has a deadline and it blocks other tasks
release/24.0.2
release/25.0.0
team/core-shared
Milestone
Before reporting an issue
Area
core
Describe the bug
Class MigrateTo24_0_0 have broken bindFirstBrokerLoginFlow method. If you have realm that is using "First broker login" method is trying to set it and then log it with
LOG.debugf("Flow '%s' has been bound to realm %s as 'First broker login' flow", realm.getName());
As you can see, only one argument is provided and so log will fail with exception, which will then roll back transaction and basically shuts down whole server
Version
24.0.x
Regression
Expected behavior
Migration "MigrateTo24_0_0" does not kill whole server
Actual behavior
Migration "MigrateTo24_0_0" will kill the whole server
How to Reproduce?
Have a keycloak realm that have First broker login flow set up and then migrate to 24.0.x
Anything else?
No response
The text was updated successfully, but these errors were encountered: