RE: Setting up basic authentication in Solr 8.11.1 Standalone

2024-02-28 Thread Hodder, Rick (Chief Information Office - IT)
  -Original Message- From: Jan Høydahl Sent: Wednesday, February 28, 2024 5:22 PM To: users@solr.apache.org Subject: Re: Setting up basic authentication in Solr 8.11.1 Standalone CAUTION: This email originated from outside the organization. Do not click links or open attachments unless

Re: Setting up basic authentication in Solr 8.11.1 Standalone

2024-02-28 Thread Jan Høydahl
You need a few more permissions in order for that Admin screen to work. Try instead the default security.json generated by bin/solr auth enable (cloud mode): { "authentication":{ "blockUnknown": true, "class":"solr.BasicAuthPlugin",