cube-js/cube

Need base Path for health-checks

Open

#4808 aperta il 27 giu 2022

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)Rust (1965 fork)batch import
help wantedloggedreviewed

Metriche repository

Star
 (19.563 star)
Metriche merge PR
 (Merge medio 5g 16h) (138 PR mergiate in 30 g)

Descrizione

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 and readyz ?. Is there any specific consideration why we did not set this up in the first place ?


Other Endpoint References

Requested Endpoints to change

Guida contributor