I'm surprised you got this working in 8.9 at all. Did you get a password promt
from Solr (admin UI password page) or from the browser (simple popup with
user/pass fields)?
Problem is, if you have not enabled Solr's BasicAuth plugin, then NginX will
send the "Www-Authenticate Basic" header on an
Hey Jan,
thanks for your reply
> The Admin UI will send Ajax requests to Solr and to do that it needs the
> basic auth credentials.
> With Solr's built-in Auth, Admin UI will remember the creds and explicitly
> pass them on every Ajax request.
> But for 3rd party auth in nginx, Admin UI will be
Hi,
The Admin UI will send Ajax requests to Solr and to do that it needs the basic
auth credentials.
With Solr's built-in Auth, Admin UI will remember the creds and explicitly pass
them on every Ajax request.
But for 3rd party auth in nginx, Admin UI will be able to do that.
Perhaps look for a B
Hello guys,
I'm using a solrcloud cluster setup in kubernetes
(not using the solr operator), so far I'm using an nginx-ingress with
basic auth to secure my solr instance. This has been working fine until
I've upgraded from version 8.9.0 to 8.10.0/8.11.2.
Now after updating to the mentioned versi