testcontainers-spring-boot
testcontainers-spring-boot copied to clipboard
embedded-keycloak to support keycloak-x
Hi,
keycloak has new image which is very fast to startup. There is minor differences to support this image
For example following environment variables are different
DB => DB_VENDOR DB_HOST => DB_ADDR KEYCLOAK_ADMIN => KEYCLOAK_USER KEYCLOAK_ADMIN_PASSWORD => KEYCLOAK_PASSWORD
They are currently hard coded in KeycloackContainer.java and maybe possible to make them configurable to adapt keycloak-x image ?
Thanks
Hi @ilterpehlivan. Pull-requests are welcome :)
Hi, you can close this one, I updated keyckloack to 21.0.0 :)
Hi @ilterpehlivan. Pull-requests are welcome :)