ChronixDB / chronix.server

The Chronix Server implementation that is based on Apache Solr.
Apache License 2.0
263 stars 29 forks source link

Is the kerberos authentification with Solr possible ? #136

Closed IDerr closed 6 years ago

IDerr commented 6 years ago

Hi, I want to connect Chronix with my kerberized solr cluster, I have checked the doc, but found nothing. Any advices ?

Thanks for your work !

FlorianLautenschlager commented 6 years ago

Hi, have found this in the solr documentation: https://lucene.apache.org/solr/guide/6_6/kerberos-authentication-plugin.html

Looks straight forward.

You want to secure a plain Solr or Chronix cluster?

IDerr commented 6 years ago

Sorry, I was on holidays,

I was asking if it's possible to secure the Chronix Cluster with Kerberos.

FlorianLautenschlager commented 6 years ago

No problem ;-)

If it is possible to secure a Apache Solr cluster with Kerberos, than it is also possible to secure a Chronix Cluster. Chronix consists of a view plugins that run inside Apache Solr. I have no experience in securing Apache Solr with Kerberos. Sorry.

IDerr commented 6 years ago

Oh ok :)

Thanks for the answer