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

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

    [ https://issues.apache.org/jira/browse/SOLR-14144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17002906#comment-17002906 ] 

ASF subversion and git services commented on SOLR-14144:
--------------------------------------------------------

Commit b73e27d1ca20eebc2c5a2acd2d58bce0f64e8cb0 in lucene-solr's branch refs/heads/master from Robert Muir
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b73e27d ]

SOLR-14144: add IP-based access control to securing solr page


> 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
>            Priority: Major
>         Attachments: SOLR-14144.patch
>
>
> 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