Hi, Wouldn’t that require all applications to access Solr with a user/pw?
ta! Paul Get Outlook for iOS<https://aka.ms/o0ukef> ________________________________ From: Eric Pugh <[email protected]> Sent: Thursday, February 16, 2023 12:43:11 PM To: [email protected] <[email protected]> Subject: Re: Solr Admin Panel Security Humm.. Have you tried a combination of blockUnknown=false, but also setting up user/pw for the write side? Also, one thing I’ve done is to set up a Basic Auth account, and provide the username/passwrod in the Realm message ;-) https://github.com/querqy/chorus/blob/main/solr/security.json#L23 <https://github.com/querqy/chorus/blob/main/solr/security.json#L23> shows an example, obviously you wouldn’t want to communicate the Admin permissions! > On Feb 16, 2023, at 7:05 AM, Paul Ryder <[email protected]> wrote: > > Hi All > > Is there any way to make access to the Solr admin screen read only? > > We have a bunch of users who'd like to monitor errors and do the occasional > ad-hoc query but I'm worried that they could drop cores or cause other mayhem > > I know we can implement the Solr security but that would mean all apps would > need to be updated to use a user/pw (which they don't currently) > > I'm looking for something which protects the admin panel only... > > Any ideas? > > Thanks, Paul _______________________ Eric Pugh | Founder & CEO | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com <http://www.opensourceconnections.com/> | My Free/Busy <http://tinyurl.com/eric-cal> Co-Author: Apache Solr Enterprise Search Server, 3rd Ed <https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw> This e-mail and all contents, including attachments, is considered to be Company Confidential unless explicitly stated otherwise, regardless of whether attachments are marked as such.
