You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a failure in my playbook because I have some tasks to configure realm/clients upon the execution of this collection, because the keycloak service was (not yet) up and running upon first (re)start.
After setting keycloak_quarkus_restart_health_check: true, I've got the old behaviour for which the role do an active wait for the service to be available.
What's the reason for having it optional?
The text was updated successfully, but these errors were encountered:
A major overhaul of the HA scenario happened; I guess at some point the flag turned from always true, to true only is ha_enabled is true. See: #231 and #199
Totally open for discussing flicking it back to always true
SUMMARY
Hello,
after upgrading this collection:
I got a failure in my playbook because I have some tasks to configure realm/clients upon the execution of this collection, because the keycloak service was (not yet) up and running upon first (re)start.
After setting
keycloak_quarkus_restart_health_check: true
, I've got the old behaviour for which the role do an active wait for the service to be available.What's the reason for having it optional?
The text was updated successfully, but these errors were encountered: