testcontainers-spring-boot icon indicating copy to clipboard operation
testcontainers-spring-boot copied to clipboard

embedded-keycloak to support keycloak-x

Open ilterpehlivan opened this issue 3 years ago • 1 comments

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

ilterpehlivan avatar Oct 06 '21 23:10 ilterpehlivan

Hi @ilterpehlivan. Pull-requests are welcome :)

Aloren avatar Oct 07 '21 09:10 Aloren

Hi, you can close this one, I updated keyckloack to 21.0.0 :)

Hi @ilterpehlivan. Pull-requests are welcome :)

zholz avatar Mar 06 '23 08:03 zholz