Hi all, I'm doing some refactoring of the SSL code, as there is some duplicate code that could be consolidated into a single class. One of the things I've noticed is the following property (e.g. in plugin-kafka/conf/ranger-policymgr-ssl.xml):
xasecure.policymgr.clientssl.keystore.password The only place this configuration item is defined is the RangerRESTClient.java, however it is not used at all in setting up the SSL keystore (same goes for the truststore). Instead, the passwords are read from credential files. As it's not used anywhere, I take it that it can be removed? Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
