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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
