Skip to content

Instantly share code, notes, and snippets.

@janhoy
Last active November 24, 2016 10:52
Show Gist options
  • Save janhoy/d18854c75461816fb947 to your computer and use it in GitHub Desktop.
Save janhoy/d18854c75461816fb947 to your computer and use it in GitHub Desktop.
{
"authentication": {
"class": "solr.BasicAuthPlugin",
"credentials": {
"admin": "HZtl83vopLyZfOpGedEQveAwvVdAQ1Ukr6dDJPEfs/w= MTIz",
"solr": "i9buKe/RhJV5bF/46EI9xmVVYyrnbg9zXf+2FrFwcy0= OTg3"
}
},
"authorization": {
"class": "solr.RuleBasedAuthorizationPlugin",
"permissions": [
{ "role": "search", "name": "read" },
{ "role": "admin", "name": "security-edit" }
],
"user-role": {
"solr": "search",
"admin": "admin"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment