YellowfinBI / Docker

Yellowfin Docker Images
MIT License
7 stars 5 forks source link

Proxy Parameters are Incorrect #2

Closed sighphyre closed 3 years ago

sighphyre commented 3 years ago

Setting the PROXY_HOST variable causes the image to set a property in the server.xml file called proxyHost of that value. This is ignored by tomcat and a warning is raised on startup. This property should be proxyName instead. Overriding this correctly respects the proxy configuration

JakeRapinett commented 3 years ago

Hey @sighphyre, We'll be pushing a patch for this within the next day or 2.

JakeRapinett commented 3 years ago

Hey @sighphyre This has been fixed in the latest commit - https://github.com/YellowfinBI/Docker/commit/f3916b890f136d438f28797a760fa0bd07b8fc01

sighphyre commented 3 years ago

Thanks so much for the quick turn around, folks!