dasniko / testcontainers-keycloak

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

use fixed health endpoint for wait strategy on new management port #142

Closed dasniko closed 2 months ago

dasniko commented 2 months ago

resolves #141

health and metrics endpoints will be exposed through a separate management interface/port, starting with KC25

This introduces also new method .getHttpMgmtPort()

If TLS/HTTPS is configured, the management interface also uses HTTPS, if not, then the management port uses HTTP.