Skip to main content

I have deployed rundeck 5.7.0 war in a UBI8 container. I am getting the below error while creating the project. 

 

Hi,

Could you give more details about that instance/UBI8 environment?

Does the UBI8 environment have a proxy/webserver in front of the Rundeck instance? Maybe you need to set the grails.serverURL pointing to a potential “exit url” configured on the UBI8, also make sure to set  server.useForwardHeaders=true in the rundeck-config.properties file, similar to this.

Regards.


Hi,

Thanks for the response. I am not using any proxy. Running this on my local docker desktop application. More over not using the existing docker image, I’m building my own docker image using the war file.


Hi,

Please use the Official Docker image, in that way you can configure it using the environment variables easily, you can check all of them here.

In that way, you can set the RUNDECK_GRAILS_URL and RUNDECK_SERVER_FORWARDED correctly.

Greetings.


Reply