[ 
https://issues.apache.org/jira/browse/SOLR-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539721#comment-14539721
 ] 

Ishan Chattopadhyaya commented on SOLR-7274:
--------------------------------------------

I've used stuff from SOLR-7275, so it should be same format as Anshum mentions 
here:
https://issues.apache.org/jira/browse/SOLR-7275?focusedCommentId=14497128&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14497128

Something like:
{noformat}
{"authorization":
  {"class":"solr.SimpleSolrAuthorizationPlugin",
  "deny":["user1","user2"]
  },
  "authentication":
  {"class":"org.apache.solr.security.KerberosPlugin",
   "conf1": "val1", ...
  }
}
{noformat}

The kerberos plugin (SOLR-7468) doesn't require any other config than "class" 
at the moment. All the other config parameters are host specific and are picked 
up from system properties.

> Pluggable authentication module in Solr
> ---------------------------------------
>
>                 Key: SOLR-7274
>                 URL: https://issues.apache.org/jira/browse/SOLR-7274
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Anshum Gupta
>         Attachments: SOLR-7274.patch, SOLR-7274.patch, SOLR-7274.patch, 
> SOLR-7274.patch, SOLR-7274.patch, SOLR-7274.patch
>
>
> It would be good to have Solr support different authentication protocols.
> To begin with, it'd be good to have support for kerberos and basic auth.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to