Hi, I wonder how to secure Solr with Kerberos.
We can Kerberos secure Solr by configuring the AuthenticationFilter from the hadoop-auth.jar that is packaged in solr.war. But after we do that, 1) How does a SolrJ client connect to the secured Solr server? 2) In SolrCloud environment, how one Solr node connect to other secured Solr node? Regards