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

Bartłomiej Superson commented on CONNECTORS-642:
------------------------------------------------

I confirm that it works as intended, I checked it one more time today. The only 
one thing which need to be corrected is to comment out or delete 
*<scope>provided</scope>* for *slf4j-api* in *pom.xml* file or change logger in 
*MCFAuthorizer* from
{code}
Logger LOG = LoggerFactory.getLogger(MCFAuthorizer.class)
{code}
to
{code}
ESLogger log = Loggers.getLogger(this.getClass());
{code}
because slf4j isn't provided in Elasticsearch and the plugin won't work without 
it (ESLogger is logger implemented by ElasticSearch).

No problem! I hope that it will help some people and it was a big pleasure for 
me to contribute here.

> Need an ElasticSearch plugin for enforcing ManifoldCF security
> --------------------------------------------------------------
>
>                 Key: CONNECTORS-642
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-642
>             Project: ManifoldCF
>          Issue Type: New Feature
>          Components: Elastic Search connector
>    Affects Versions: ManifoldCF 1.1
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.2
>
>         Attachments: 
> CONNECTORS-642_-_read_config_parameters_from_ElasticSearch_config_file.patch
>
>
> ElasticSearch is becoming popular and we need to support it fully.  In order 
> for that to happen, we really need an ElasticSearch ManifoldCF plugin.



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

Reply via email to