You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Robert Muir (Jira)" <ji...@apache.org> on 2019/12/24 00:35:00 UTC

[jira] [Created] (SOLR-14144) add IP-based access control to securing solr page

Robert Muir created SOLR-14144:
----------------------------------

             Summary: add IP-based access control to securing solr page
                 Key: SOLR-14144
                 URL: https://issues.apache.org/jira/browse/SOLR-14144
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Robert Muir


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org