cube-js/cube

Need base Path for health-checks

开放

#4,808 创建于 2022年6月27日

 (2 条评论) (1 个反应) (0 位负责人)Rust (1,965 个派生)batch import
help wantedloggedreviewed

仓库指标

星标
 (19,563 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南