solr-user  

Re: Extending Solr's Admin functionality

Bertrand Delacretaz
Sun, 24 Sep 2006 12:33:56 -0700

On 9/24/06, Erik Hatcher <[EMAIL PROTECTED]> wrote:

...perhaps some authentication/
authorization as well as HTTPS should eventually make it into the
core, but getting more fine grained is unnecessary...

If meaningful URLs are used (admin/stats, admin/config,
admin/analysis, etc.), it is relatively easy to use either the servlet
container or something like mod_proxy to implement security. Designing
a good URL scheme might remove the need to address security concerns
at the Solr level.

-Bertrand