You can define a security filter in WEB-INF\web.xml, on specific url
patterns.
You might want to set the url pattern to "/admin/*".

[find examples here:
http://stackoverflow.com/questions/7920092/how-can-i-bypass-security-filter-in-web-xml
]


On Sun, Jan 27, 2013 at 8:07 PM, Mingfeng Yang <mfy...@wisewindow.com>wrote:

> Before Solr 4.0, I secure solr by enable password protection in Jetty.
>  However, password protection will make solrcloud not work.
>
> We use EC2 now, and we need the www admin interface of solr to be
> accessible (with password) from anywhere.
>
> How do you protect your solr sever from unauthorized access?
>
> Thanks,
> Ming
>

Reply via email to