In development, solr_wrapper is starting Solr on all interfaces, potentially exposing a dev Solr core to the outside Internet if not properly firewalled.
Expected behavior
Dev Solr is only available to localhost on 127.0.0.1
Actual behavior
Dev Solr is available on all IPv4 addresses associated with the dev machine
Descriptive summary
In development, solr_wrapper is starting Solr on all interfaces, potentially exposing a dev Solr core to the outside Internet if not properly firewalled.
Expected behavior
Dev Solr is only available to localhost on 127.0.0.1
Actual behavior
Dev Solr is available on all IPv4 addresses associated with the dev machine
Steps to reproduce the behavior
bundle exec solr_wrapper --config .solr_wrapper.yml
telnet your.ip.address 8983