mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
422 B
14 lines
422 B
3 years ago
|
{
|
||
|
"authentication":{
|
||
|
"blockUnknown": true,
|
||
|
"class":"solr.BasicAuthPlugin",
|
||
|
"credentials":{"solr":"IV0EHq1OnNrj6gvRCwvFwTrZ1+z1oBbnQdiVC3otuq0= Ndd7LKvVBAaZIF0QAVi1ekCfAJXr1GGfLtRUXhgrF8c="},
|
||
|
"forwardCredentials": false,
|
||
|
"realm": "Solr Login"
|
||
|
},
|
||
|
"authorization":{
|
||
|
"class":"solr.RuleBasedAuthorizationPlugin",
|
||
|
"permissions":[{"name":"security-edit", "role":"admin"}],
|
||
|
"user-role":{"solr":"admin"}
|
||
|
}}
|