Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

remove solr basic authentication

avatar
Expert Contributor

I uploaded the below to zookeepr enable basic authentication in solr. How can i disable basic authentication again?

{
"authentication":{
   "blockUnknown": true,
   "class":"solr.BasicAuthPlugin",
   "credentials":{"solr":"IV0EHq1OnNrj6gvRCwvFwTrZ1+z1oBbnQdiVC3otuq0= Ndd7LKvVBAaZIF0QAVi1ekCfAJXr1GGfLtRUXhgrF8c="}
},
"authorization":{
   "class":"solr.RuleBasedAuthorizationPlugin",
   "permissions":[{"name":"security-edit",
      "role":"admin"}],
   "user-role":{"solr":"admin"}
}}
1 ACCEPTED SOLUTION

avatar
Expert Contributor

I have set "blockUnknown":true" to false and basic authentiaction mode was disablde

View solution in original post

1 REPLY 1

avatar
Expert Contributor

I have set "blockUnknown":true" to false and basic authentiaction mode was disablde