agozhiy opened a new 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to