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 23:55:01 UTC

[GitHub] [solr] tflobbe opened a new pull request #51: SOLR-15155: Document how to set credentials in CloudHttp2SolrClient

tflobbe opened a new pull request #51:
URL: https://github.com/apache/solr/pull/51


   Ref guide documentation for the changes introduced by https://github.com/apache/solr/pull/15


-- 
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


[GitHub] [solr] ctargett commented on a change in pull request #51: SOLR-15155: Document how to set credentials in CloudHttp2SolrClient

Posted by GitBox <gi...@apache.org>.
ctargett commented on a change in pull request #51:
URL: https://github.com/apache/solr/pull/51#discussion_r606347600



##########
File path: solr/solr-ref-guide/src/basic-authentication-plugin.adoc
##########
@@ -223,6 +223,16 @@ Http2SolrClient client = new Http2SolrClient.Builder(solrUrl)
 QueryResponse rsp = req.process(client);
 ----
 
+CloudHttp2SolrClient supports receiving an `Http2SolrClient.Builder` instance for creating it's internal client, so to set the credentials at the client level you could use a code like:

Review comment:
       "it's" should be "its" instead, but otherwise go ahead with this when you're ready IMO.




-- 
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


[GitHub] [solr] tflobbe merged pull request #51: SOLR-15155: Document how to set credentials in CloudHttp2SolrClient

Posted by GitBox <gi...@apache.org>.
tflobbe merged pull request #51:
URL: https://github.com/apache/solr/pull/51


   


-- 
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