How to override a quarkus configuration property in keycloak?

Hello,

How do i override a quarkus configuration property in keycloak?
I’m trying to set the quarkus.http.non-application-root-path in the keycloak.conf but it doenst work.
In the source code (keycloak/quarkus/runtime/src/main/resources/application.properties) i found that the propery is set to ${quarkus.http.root-path} per default. But in my special case i need another path.

Can someone help me with this problem?

Thanks and regards,
zottelhase

I got the following anser from the mailing list which works perfect:

You can use quarkus.properties file and add those details and in build stage of docker, copy to opt/keycloak/conf/quarkus.properties.

1 Like