You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/devservices/keycloak/src/main/java/io/quarkus/devservices/keycloak/KeycloakDevServicesConfig.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -229,4 +229,13 @@ public interface KeycloakDevServicesConfig {
229
229
@WithDefault("false")
230
230
booleandisableHttps();
231
231
232
+
/**
233
+
* The host ports to expose to the Keycloak container.
234
+
*
235
+
* When this list is non-empty, the host is made accessible from the container
236
+
* using the {@code host.testcontainers.internal} hostname, and only the listed ports are exposed.
237
+
* This may be necessary when Keycloak needs to make HTTP callbacks to the application running on the host.
Copy file name to clipboardExpand all lines: extensions/devservices/keycloak/src/main/java/io/quarkus/devservices/keycloak/KeycloakDevServicesProcessor.java
0 commit comments