You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Anton Gozhiy (Jira)" <ji...@apache.org> on 2020/03/11 17:15:00 UTC

[jira] [Created] (DRILL-7637) Add an option to retrieve MapR SSL truststore/keystore credentials using MapR Web Security Manager

Anton Gozhiy created DRILL-7637:
-----------------------------------

             Summary: 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
             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;useMapRSSLConf=true"
{noformat}



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