Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2020-01-02 Thread Jörn Franke
Hi Karl, I found a solution for Kerberos authentication and tested it on a kerberized Solr 8.3 with kerberized Zookeeper 3.5 (you do NOT need to update the ZK/Solr versions in manifold, those one found there work perfectly fine in this scenario). Find here my detailed report:

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-17 Thread Karl Wright
Found the problem: needed to update a pom dependency. Everything passes now. Karl On Tue, Dec 17, 2019 at 8:07 PM Karl Wright wrote: > I just created a plugin directory at > https://svn.apache.org/repos/asf/manifoldcf/integration/solr-8.x/trunk . > Code committed there builds but it doesn't

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-17 Thread Karl Wright
I just created a plugin directory at https://svn.apache.org/repos/asf/manifoldcf/integration/solr-8.x/trunk . Code committed there builds but it doesn't test properly because of the following exception: >> [ERROR] Failed to execute goal

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-17 Thread Jörn Franke
Here you find it: https://issues.apache.org/jira/browse/CONNECTORS-1629 I will try it out this year I hope. I will try it though with Solr 8.3.1 and will take into account https://issues.apache.org/jira/browse/CONNECTORS-1586 On Tue, Dec 17, 2019 at 1:09 PM Karl Wright wrote: > Please do! >

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-17 Thread Karl Wright
Please do! Karl On Tue, Dec 17, 2019 at 7:06 AM Jörn Franke wrote: > Thanks a lot Karl for your feedback. Do you mind if I create a Jira where > I report on the progress? > > Am 17.12.2019 um 12:22 schrieb Karl Wright : > >  > Well, you can certainly attempt this simply enough then if you

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-17 Thread Jörn Franke
Thanks a lot Karl for your feedback. Do you mind if I create a Jira where I report on the progress? > Am 17.12.2019 um 12:22 schrieb Karl Wright : > >  > Well, you can certainly attempt this simply enough then if you build from > source. I'd prefer that you validate the approach before we

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-17 Thread Karl Wright
Well, you can certainly attempt this simply enough then if you build from source. I'd prefer that you validate the approach before we make permanent commits. Please let me know what works and what doesn't. Karl On Tue, Dec 17, 2019 at 1:22 AM Jörn Franke wrote: > I agree. > The delegation

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-16 Thread Jörn Franke
I agree. The delegation part is not relevant for me. I also do not believe it makes sense at the ETL level. I think still we need add the one line of code that allows to use Kerberos (second line in the example). > Am 17.12.2019 um 01:35 schrieb Karl Wright : > >  > Hi Jorn, > > The code

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-16 Thread Karl Wright
Hi Jorn, The code referenced cannot be set up differently from connection to connection so there is no point in having this be anything other than global. In that case you can point at the config file with -D=value and it will do the same thing as setting a system property. The token delegation

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-16 Thread Jörn Franke
Thanks a lot for the quick reply. Actually it is here: https://lucene.apache.org/solr/guide/8_3/kerberos-authentication-plugin.html#using-solrj-with-a-kerberized-solr It is also available in the previous versions of Solr. I wonder how easy it would be to add a configuration to the Manifold UI to

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-16 Thread Karl Wright
The Solr Output Connector uses a patched HttpComponents/HttpClient for communication with the various Solr Cloud replicas, along with custom versions of some of the SolrJ classes which allow multipart posts to work. Other than that it's standard SolrJ. Whatever SolrJ needs to work with Kerberos,

Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-16 Thread Jörn Franke
Hallo, does the Solr Output Connector support SolrCloud with Kerberos authentication and Zookeeper with Kerberos authentication? If so, how can this be configured? If it is not supported, is there an "easy" way to integrate this? From a development perspective the Kerberos Authentication with