dasniko / quarkus-keycloak

Demos on how to secure a Quarkus service/app with proper Keycloak authentication & doing tests with Testcontainers-Keycloak project.
MIT License
19 stars 7 forks source link

Docker in docker issues #2

Closed adben closed 1 year ago

adben commented 1 year ago

Is there any suggestion or pointers regarding using alternatives to testcontainers?

dasniko commented 1 year ago

You are free to use something different, e.g. the automatically started Keycloak container with the Quarkus dev services (which I disabled with https://github.com/dasniko/quarkus-keycloak/blob/3219203e8c8081b288777bc92f59f4d3ab0bcbba/src/main/resources/application.properties#L3).