mayope / keycloakmigration

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

Should wait for Keycloak to be ready before executing migrations #11

Closed sideisra closed 4 years ago

sideisra commented 4 years ago

When using this plugin a common use case is to migrate local test installations of a keycloak, e.g. to configure a keycloak started via docker to support local executions or tests. Such migrations often happen right after the start of a local keycloak and fail because the keycloak is not ready yet.

Therefore it would be great to have an option to make the migration wait for the keycloak to become available.

klg71 commented 4 years ago

Hey @sideisra thanks for opening this issue and providing this pull request however i would like to add another parameter defining the maximum wait time defaulting to null(=infinit waittime). I would use your pr and implement it myself if you agree 😊

sideisra commented 4 years ago

No problem. Good idea.

klg71 notifications@github.com schrieb am Mo., 22. Juni 2020, 19:37:

Hey @sideisra https://github.com/sideisra thanks for opening this issue and providing this pull request however i would like to add another parameter defining the maximum wait time defaulting to null(=infinit waittime). I would use your pr and implement it myself if you agree 😊

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/klg71/keycloakmigration/issues/11#issuecomment-647674041, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALDVVO7GCJSJLLVJ6I5A6DRX6JENANCNFSM4OEU3CBA .

klg71 commented 4 years ago

Released with version 0.1.32 Please check @sideisra :)