quickwit
quickwit copied to clipboard
Quickwit doesn't respect URL prefix behind proxy
Quickwit is currently not fully compatible with reverse proxy setups like Envoy that introduce URL prefixes. This can result in issues with relative URLs and routing. Possible solutions:
- Use Relative URLs: Modify Quickwit to generate and process relative URLs, which would adapt automatically to the URL prefix introduced by the reverse proxy.
- Introduce a
--base-pathParameter: Quickwit could introduce a command-line parameter (e.g., --base-path) similar to Jaeger's--query.base-pathoption. This parameter would allow users to specify a base path that Quickwit should consider when generating URLs.
@vanchaxy do you want to access to the UI with a prefix URL like this http://host:port/prefix/ui/search ?
@fmassot yes, that's correct
Hi, I have the same problem. Is this going to be fixed anytime soon ?
hi everyone,
did someone found a short-term fix to publish quickwit UI behind an envoy reverse proxy ?