marquez icon indicating copy to clipboard operation
marquez copied to clipboard

Allow to Serve UI and API at a subpath.

Open metalshanked opened this issue 8 months ago • 1 comments

Can the base/root path be set so that the app can be served from a subpath?

like https://mymarquez.app.com/lineage/api/*

https://mymarquez.app.com/lineage/ui/*

Just a nginx rewrite like the below does not seem to work

/lineage(/|$)(.*)
nginx.ingress.kubernetes.io/rewrite-target /$2

Thanks!

metalshanked avatar Mar 27 '25 21:03 metalshanked

Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template!

boring-cyborg[bot] avatar Mar 27 '25 21:03 boring-cyborg[bot]