skip to Main Content

How to setup authentication mechanism in solr 7? – Apache

I have installed solr 7.7 standalone in my production server. I am trying to setup authentication mechanism using jetty approach. This is what I tried: 1.modified “/opt/solr/server/etc/jetty.xml <Call name="addBean"> <Arg> <New class="org.eclipse.jetty.security.HashLoginService"> <Set name="name">Test Realm</Set> <Set name="config"><SystemProperty name="jetty.home" default="."/>/etc/realm.properties</Set> <Set…

VIEW QUESTION
Back To Top
Search