You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/03/26 22:39:08 UTC

[GitHub] [solr] tflobbe commented on a change in pull request #14: SOLR-15154: Document new options for credentials

tflobbe commented on a change in pull request #14:
URL: https://github.com/apache/solr/pull/14#discussion_r602618027



##########
File path: solr/solr-ref-guide/src/basic-authentication-plugin.adoc
##########
@@ -220,6 +220,17 @@ QueryResponse rsp = req.process(solrClient);
 
 While this is method is simple, it can often be inconvenient to ensure the credentials are provided everywhere they're needed.  It also doesn't work with the many `SolrClient` methods which don't consume `SolrRequest` objects.
 
+=== Per-Client credentials
+Http2SolrClient support setting the credentials a the client level when building it. This will ensure all requests issued with this particular client get the Basic Authentication headers set.

Review comment:
       ugh, one line, two typos




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org