[
https://issues.apache.org/jira/browse/DRILL-7855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17280312#comment-17280312
]
ASF GitHub Bot commented on DRILL-7855:
---------------------------------------
vvysotskyi opened a new pull request #2162:
URL: https://github.com/apache/drill/pull/2162
# [DRILL-7855](https://issues.apache.org/jira/browse/DRILL-7855): Provide a
secure mechanism for specifying storage plugin credentials
## Description
Please see
https://github.com/apache/drill/compare/master...vvysotskyi:DRILL-7855?short_path=f46bd00#diff-f46bd001ba51b40d94a6988bbcb2e16357e4c423da3b8e681073f9b100aadc55
for a detailed description.
This PR preserves the backward compatibility with the previous versions of
Drill unless plugin configuration will use `credentialsProvider` (it is a new
field, so older versions cannot handle it).
## Documentation
Docs on the Drill Web site should be added for this feature.
## Testing
Added unit tests, tested locally storage plugins with all credential
providers. Will also test providing a custom pluggable credential provider.
----------------------------------------------------------------
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:
[email protected]
> Provide a secure mechanism for specifying storage plugin credentials
> --------------------------------------------------------------------
>
> Key: DRILL-7855
> URL: https://issues.apache.org/jira/browse/DRILL-7855
> Project: Apache Drill
> Issue Type: New Feature
> Affects Versions: 1.19.0
> Reporter: Vova Vysotskyi
> Assignee: Vova Vysotskyi
> Priority: Major
> Fix For: 1.19.0
>
>
> Drill provides only a single way for specifying credentials for storage
> plugins.
> Though all storage plugin credentials may be stored in Zookeeper, it may be
> unsafe to specify them directly in the plugin configs.
> The aim of this ticket is to provide a more secured mechanism for specifying
> storage plugin credentials.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)