Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7234

Allow support for using Drill WebU through a Reverse Proxy server

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 1.16.0
    • None
    • Web Server

    Description

      Currently, Drill's WebUI has a lot of links and references going through the root of the URL.
      i.e. to access the profiles listing or submitting a query, we'd need to access the following URL format:

      http://localhost:8047/profiles
      http://localhost:8047/query
      

      With a reverse proxy, these pages need to be accessed by:

      http://localhost:8047/x/y/z/profiles
      http://localhost:8047/x/y/z/query
      

      However, the links within these page do not include the x/y/z/ part, as a result of which the visiting those links will fail.

      The WebServer should implement a mechanism that can detect this additional layer and modify the links within the webpage accordingly.

      Attachments

        Activity

          People

            dzamo James Turton
            kkhatua Kunal Khatua
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: