Open ejabu opened 2 years ago
@ejabu It was done for security reasons so as not to expose the base path which is usually exposed publicly. We can consider a separate path option for that.
If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you. If this is the first time you are contributing a Pull Request to Cube.js, please check our contribution guidelines. You can also post any questions while contributing in the #contributors channel in the Cube.js Slack.
Is your feature request related to a problem? Please describe.
Hi I am currently deploying Cubejs behing Nginx Proxy so I should add prefix path to the Node. As the basePath configuration works very well for
/v1/load
, I could not hit health-checks related endpoint, since the Nginx controller will re-route the request incorrectly.Describe the solution you'd like I was wondering, could we add /basePath prefix to
livez
andreadyz
?. Is there any specific consideration why we did not set this up in the first place ?Other Endpoint References
Requested Endpoints to change