Setting up basic authentication in Solr 8.11.1 Standalone

2024-02-28 Thread Hodder, Rick (Chief Information Office - IT)
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 |

RE: Setting up basic authentication in Solr 8.11.1 Standalone

2024-02-28 Thread Hodder, Rick (Chief Information Office - IT)
ot;:"config-read", "role":"admin"}, {"name":"collection-admin-edit", "role":"admin"}, {"name":"collection-admin-read", "role":"admin"}, {"name":"core-admin-e

SOLR Kerebos setup

2024-03-13 Thread Hodder, Rick (Chief Information Office - IT)
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