prompt can be done only in Solr Cloud right?
> But we are using solr as standalone server, Is there a way for enabling auth
> through command prompt in Standalone server?
>
> Thanks&Regards
> KrishnaVamsi
>
> -Original Message-
> From: Jan Høydahl
> Sent
: 17 September 2024 17:27
To: users@solr.apache.org
Subject: Re: Basic auth plugin in solr 9.6.1
Hi
Solr's admin UI uses the same API layer as query clients. So there is no way to
limit "just the UI" per se.
Of course you can let /select and /update be totally un-authenticate
Hi
Solr's admin UI uses the same API layer as query clients. So there is no way to
limit "just the UI" per se.
Of course you can let /select and /update be totally un-authenticated and just
protect various admin APIs, that's probably what you are looking for?
I'd recommed you enable auth using