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

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

agozhiy commented on pull request #2022: DRILL-7637: Add an option to retrieve 
MapR SSL truststore/keystore cr…
URL: https://github.com/apache/drill/pull/2022
 
 
   …edentials using MapR Web Security Manager
   
   # [DRILL-7637](https://issues.apache.org/jira/browse/DRILL-7637): Add an 
option to retrieve MapR SSL truststore/keystore credentials using MapR Web 
Security Manager
   
   ## Description
   An option added to provide MapR truststore/keystore credentials using MapR 
Web Security Manager instead of setting passwords openly in the config.  
   
   ## Documentation
   To use this feature user need to:
   - Install Drill on MapR platform.
   - Enable the corresponding option in the Drill config:
   `drill.exec.ssl.useMapRSSLConfig: true`
   - Pass this option with the connection string using sqlline: 
   `./bin/sqlline -u 
"jdbc:drill:drillbit=node1.cluster.com:31010;enableTLS=true;useMapRSSLConfig=true"`
   
   ## Testing
   - Unit tests passed w/ and w/o mapr profile.
   - Functional/Advanced tests passed.
   - Manually tested Web UI and sqlline with the feature enabled/disabled.
   
 
----------------------------------------------------------------
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]


> Add an option to retrieve MapR SSL truststore/keystore credentials using MapR 
> Web Security Manager
> --------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-7637
>                 URL: https://issues.apache.org/jira/browse/DRILL-7637
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Anton Gozhiy
>            Assignee: Anton Gozhiy
>            Priority: Major
>             Fix For: 1.18.0
>
>
> If Drill is built with mapr profile and "useMapRSSLConfig" option is set to 
> true, then it will use MapR Web Security Manager to retrieve SSL credentials.
>  Example usage:
>  - Add an option to Drill config:
> {noformat}
> drill.exec.ssl.useMapRSSLConfig: true.
> {noformat}
>  - Connect by sqlline:
> {noformat}
> ./bin/sqlline -u 
> "jdbc:drill:drillbit=node1.cluster.com:31010;enableTLS=true;useMapRSSLConfig=true"{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to