Closed ohtwadi closed 4 years ago
Hello,
Our Solr instance employs basic authentication. This means that all clients need to specify valid credentials for communication. Further details can be found at https://lucene.apache.org/solr/guide/8_0/basic-authentication-plugin.html#BasicAuthenticationPlugin-UsingBasicAuthwithSolrJ
Is this supported in Solr committer?
Thanks!
It is not in there at the moment but I am marking it as a feature request.
Please try the latest snapshot and confirm. It is now possible to perform BASIC authentication. Check out usage documentation.
Released.
Hello,
Our Solr instance employs basic authentication. This means that all clients need to specify valid credentials for communication. Further details can be found at https://lucene.apache.org/solr/guide/8_0/basic-authentication-plugin.html#BasicAuthenticationPlugin-UsingBasicAuthwithSolrJ
Is this supported in Solr committer?
Thanks!