You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sebastian (JIRA)" <ji...@apache.org> on 2017/03/02 10:28:45 UTC

[jira] [Created] (HIVE-16089) "trustStorePassword" is logged as part of jdbc connection url

Sebastian created HIVE-16089:
--------------------------------

             Summary: "trustStorePassword" is logged as part of jdbc connection url
                 Key: HIVE-16089
                 URL: https://issues.apache.org/jira/browse/HIVE-16089
             Project: Hive
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 1.1.0
            Reporter: Sebastian


h5. General Story
The use case is to connect via the Apache Hive JDBC driver to a Hive where SSL encryption is enabled.
It was required to set the ssl-trust store password property {{trustStorePassword}} in the jdbc connection url.

If the property is passed via "properties" parameter into {{Driver.connect(url, properties)}} this will not recognized.

h5. Suggested Behavior
The property {{trustStorePassword}} could be part of the "properties" parameter. This way the password is not part of the JDBC connection url.

h5. Acceptance Criteria
The ssl trust store password should not be logged as part of the JDBC connection string.
Support the trust store password via the properties parameter within connect.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)