You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/08 03:38:00 UTC

[jira] [Commented] (DRILL-8161) Add Global Credentials to HTTP Storage Plugin

    [ https://issues.apache.org/jira/browse/DRILL-8161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502690#comment-17502690 ] 

ASF GitHub Bot commented on DRILL-8161:
---------------------------------------

cgivre opened a new pull request #2486:
URL: https://github.com/apache/drill/pull/2486


   # [DRILL-8161](https://issues.apache.org/jira/browse/DRILL-8161): Add Global Credentials to HTTP Storage Plugin
   
   ## Description
   Currently, Drill forces to you set username and passwords individually for every API endpoint in a http storage plugin.  This PR allows you to set global credentials which will be used for all endpoints in a given HTTP storage plugin instance.
   
   ## Documentation
   Users can now add a credential provider to an HTTP Storage Plugin configuration and these credentials will be applied to every endpoint in that instance.  However, if credentials are supplied in an endpoint, those credentials override the global credentials. 
   
   ## Testing
   Added assertions to existing unit tests to make sure that the correct credentials are going to the connection. 


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

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

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


> Add Global Credentials to HTTP Storage Plugin
> ---------------------------------------------
>
>                 Key: DRILL-8161
>                 URL: https://issues.apache.org/jira/browse/DRILL-8161
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - Other
>    Affects Versions: 1.20.0
>            Reporter: Charles Givre
>            Assignee: Charles Givre
>            Priority: Major
>             Fix For: Future
>
>
> Currently, Drill forces to you set username and passwords individually for every API endpoint in a http storage plugin.  This PR allows you to set global credentials which will be used for all endpoints in a given HTTP storage plugin instance.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)