Hi,
I have an existing 8.11.1 standalone installation on a windows server, and I
have been asked to make it run under basic authentication.
I have created security.json file in the solr home folder used the contents of
the sample on Configuring Authentication, Authorization and Audit Logging |
ot;:"config-read", "role":"admin"},
{"name":"collection-admin-edit", "role":"admin"},
{"name":"collection-admin-read", "role":"admin"},
{"name":"core-admin-e
Im tasked with setting up Apache SOLR to run under Authentication, while not
modifying the existing c# calls to SOLR.
The options available are a basic authentication plugin, and a kerebos plugin
When I try the basic authentication plugin I find that I need to change the
calls to SOLR to includ