mayope / keycloakmigration

Manage your Keycloak configuration with code.
https://mayope.net
MIT License
108 stars 22 forks source link

Bug: waitForKeycloak does not wait for keycloak #23

Closed mthiele closed 4 years ago

mthiele commented 4 years ago

How to Reproduce

Start a keycloak server and before it is ready start a keycloak migration via de.klg71.keycloakmigration.migrate() where the wait duration for keycloak is != 0.

What Happened

The migration is not executed, since "keycloak is not ready".

What Should Happen

The migration waits at least X seconds for the keycloak to start.