Use a proxy server that only gives access to the update / select handlers (URLs). Can do it with a numerous programming languages or with a simple proxy in nginx.
The whole web server running SolR is not supposed to be out in the open. You are opening yourself up to too many issues. -- Rahul Singh rahul.si...@anant.us Anant Corporation On Mar 19, 2018, 12:19 PM -0500, Jesus Olivan <jesus.oli...@letgo.com>, wrote: > hi! > > i'm trying to password protect only Solr web interface (not queries > launched from my app). I'm currently using SolrCloud 6.6.0 with external > zookeepers. I've read tons of Docs about it, but i couldn't find a proper > way to secure ONLY the web admin console. Can anybody give me some light > about it, please? =) > > Thanks in advance!