Relative Content

Tag Archive for quarkus

How to make Quarkus 3.8.4 listen on localhost only?

I want to run Keycloak, which is based on Quarkus, which for some reasons listen on all interfaces of my system. I would like to restrict that to localhost only, but am unable to do so. In the past, Quarkus listened to localhost by default only, which changed to localhost by default in the DEV profile only and it even contained errors simply logging the wrong host and port it actually listens on.

How to resolve connection refused error between API and Keycloak containers

I’m creating a quarkus api with postgres and Keycloak and uploading it to containers.
I am first uploading the keycloak and postgres containers, after uploading I configure keycloak to authenticate my Api endpoints and then I enter the OIDC settings in my application.properties file and upload the application container.
The application container goes up but does not connect with the keycloak and returns the following: