dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
339 stars 53 forks source link

change wait strategy to use log output #136

Closed dasniko closed 5 months ago

dasniko commented 5 months ago

Using the health checks (any endpoint of them) or general port availability for a wait strategy is too fast nowadays and this yields in 401 responses when accessing the KC container with the admin client. So now we're "just" waiting for the log output that the server is started in dev mode, which should be finde.