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:
Get live http port value of Quarkus application
A service endpoint needs to return a url to another endpoint of the same service.
How to get the actual real live http port the Quarkus service is running on?
Get live http port value of Quarkus application
A service endpoint needs to return a url to another endpoint of the same service.
How to get the actual real live http port the Quarkus service is running on?
spring boot jar and io.quarkus.runner.ApplicationImpl
Where/when/how is the io.quarkus.runner.ApplicationImpl generated?
Issue with quarkus ServerExceptionMapper
I’m trying to configure an exception to return a http 400: bad request with a custom message in quarkus.
By default a BAD_REQUEST returns without a message, and that is not what I want.
Quarkus – Do basic Panache blocking call in pre-matching request filter
We have a pre-matching request filter and we would like to use Panache to do some basic queries.
Getting null on cookie
I want to create a cookie :
How to create and read a cookie in Quarkus?
What I found is creating and reading cookie with Spring by using HttpServletResponse. But in my project there is a Quarkus part treating as webservice hosting :