[ 
https://issues.apache.org/jira/browse/SOLR-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Risden updated SOLR-8213:
-------------------------------
    Attachment: SOLR-8213.patch

This patch enables basic auth for all of the JdbcTest.java tests. It probably 
makes sense to randomly turn on/off basic auth instead of always having it on 
or off.

The implementation of passing username/password to the Solr request is through 
SolrParams. I think this should be ok since the JSONTupleStream is created on 
the client and then the request is sent to the /sql handler.

[~joel.bernstein] - I don't fully understand the parallelism/worker node 
concepts  of parallel SQL and if the basic auth will be passed correctly all 
the way through to each node. Can you take a closer look at this approach?

> SolrJ JDBC support basic authentication
> ---------------------------------------
>
>                 Key: SOLR-8213
>                 URL: https://issues.apache.org/jira/browse/SOLR-8213
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrJ
>    Affects Versions: master
>            Reporter: Kevin Risden
>         Attachments: SOLR-8213.patch, add_401_httpstatus_code_check.patch, 
> add_basic_authentication_authorization_streaming.patch
>
>
> SolrJ JDBC doesn't support authentication where as Solr supports Basic and 
> Kerberos authentication currently. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to