You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Jan Hentschel (JIRA)" <ji...@apache.org> on 2016/10/15 21:26:20 UTC

[jira] [Updated] (RANGER-1044) Keystore/Truststore SSL password configuration options do not work

     [ https://issues.apache.org/jira/browse/RANGER-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Hentschel updated RANGER-1044:
----------------------------------
    Attachment: 0001-RANGER-1044-Removed-Keystore-Truststore-SSL-password.patch

Patch which removes the following two fields from RangerRESTClient

public static final String RANGER_POLICYMGR_CLIENT_KEY_FILE_PASSWORD = "xasecure.policymgr.clientssl.keystore.password";
public static final String RANGER_POLICYMGR_TRUSTSTORE_FILE_PASSWORD = "xasecure.policymgr.clientssl.truststore.password";

> Keystore/Truststore SSL password configuration options do not work
> ------------------------------------------------------------------
>
>                 Key: RANGER-1044
>                 URL: https://issues.apache.org/jira/browse/RANGER-1044
>             Project: Ranger
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>             Fix For: 0.7.0
>
>         Attachments: 0001-RANGER-1044-Removed-Keystore-Truststore-SSL-password.patch
>
>
> The Keystore/Truststore SSL password configuration options do not work:
> xasecure.policymgr.clientssl.keystore.password
> xasecure.policymgr.clientssl.truststore.password
> Both values are only referenced in:
> ./agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java
> public static final String RANGER_POLICYMGR_CLIENT_KEY_FILE_PASSWORD         = "xasecure.policymgr.clientssl.keystore.password";
> public static final String RANGER_POLICYMGR_TRUSTSTORE_FILE_PASSWORD         = "xasecure.policymgr.clientssl.truststore.password";
> However, these values are not referenced anywhere in the code. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)