Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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