lucene/solr/bin
Robert Muir d7ff40f53f SOLR-14136: ip whitelist/blacklist via env vars (#1111)
SOLR-14136: ip whitelist/blacklist via env vars

This makes it easy to restrict access to Solr by IP. For example SOLR_IP_WHITELIST="127.0.0.1, 192.168.0.0/24, [::1], [2000:123:4:5::]/64" would restrict access to v4/v6 localhost, the 192.168.0 ipv4 network, and 2000:123:4:5 ipv6 network. Any other IP will receive a 403 response.

Blacklisting functionality can deny access to problematic addresses or networks that would otherwise be allowed. For example SOLR_IP_BLACKLIST="192.168.0.3, 192.168.0.4" would explicitly prevent those two specific addresses from accessing solr.
2019-12-23 16:28:12 -08:00
..
init.d SOLR-8101: Improve Linux service installation script 2015-11-25 18:40:03 +00:00
install_solr_service.sh SOLR-11853: Solr installer fails on SuSE linux 2019-01-02 17:24:22 +01:00
oom_solr.sh SOLR-6851: Scripts to help install and run Solr as a service on Linux 2014-12-23 23:20:42 +00:00
post SOLR-9662: New parameter -u <user:pass> in bin/post to pass basicauth credentials 2016-10-22 02:02:07 +02:00
solr SOLR-14136: ip whitelist/blacklist via env vars (#1111) 2019-12-23 16:28:12 -08:00
solr.cmd SOLR-14136: ip whitelist/blacklist via env vars (#1111) 2019-12-23 16:28:12 -08:00
solr.in.cmd SOLR-14136: ip whitelist/blacklist via env vars (#1111) 2019-12-23 16:28:12 -08:00
solr.in.sh SOLR-14136: ip whitelist/blacklist via env vars (#1111) 2019-12-23 16:28:12 -08:00