Re: Solr 8.10.0+ cuts away nginx-ingress basic authentication header

2022-08-10 Thread Jan Høydahl
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

RE: Re: Solr 8.10.0+ cuts away nginx-ingress basic authentication header

2022-08-10 Thread save-chosen
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

Re: Solr 8.10.0+ cuts away nginx-ingress basic authentication header

2022-08-05 Thread Jan Høydahl
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

Solr 8.10.0+ cuts away nginx-ingress basic authentication header

2022-07-26 Thread save-chosen
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