Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-14144

add IP-based access control to securing solr page

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 8.5
    • None
    • None

    Description

      This is an easy way to improve security. See SOLR-14136

      By default, access is allowed to all addresses, but if someone specifies a simple configuration to only allow local access and their own servers, such as:

      SOLR_IP_WHITELIST="127.0.0.1, [::1], 192.168.0.0/24, [2000:123:4:5::]/64"

      , then with a simple one-liner, things are a lot better than being open to everyone. Let's add something short and sweet to the ref guide security page.

      Attachments

        1. SOLR-14144.patch
          1 kB
          Robert Muir

        Activity

          People

            rcmuir Robert Muir
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: