-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56163/
-----------------------------------------------------------
Review request for ranger, Ankita Sinha, Don Bosco Durai, Gautam Borad, Abhay
Kulkarni, Madhan Neethiraj, Mehul Parikh, Ramesh Mani, Selvamohan Neethiraj,
Sailaja Polavarapu, and Velmurugan Periasamy.
Bugs: RANGER-1341
https://issues.apache.org/jira/browse/RANGER-1341
Repository: ranger
Description
-------
**Problem Statement :** Below mentioned passwords properties in Ranger Admin
and usersync contains password in clear text. password should not be stored in
clear text format rather it should be stored in jceks file.
ranger.service.https.attrib.keystore.pass
ranger.truststore.password
ranger.usersync.keystore.password
ranger.usersync.truststore.password
**Proposed Solution :** Use Credential provider api to store password in jceks
file.
Diffs
-----
embeddedwebserver/src/main/java/org/apache/ranger/server/tomcat/EmbeddedServer.java
54c190d
kms/config/webserver/ranger-kms-site.xml 81f3f17
kms/scripts/install.properties 473d3cf
kms/scripts/setup.sh f31e0e2
security-admin/scripts/install.properties 34dec22
security-admin/scripts/setup.sh f7e02d9
security-admin/src/main/java/org/apache/ranger/common/PropertiesUtil.java
a485d38
security-admin/src/main/resources/conf.dist/ranger-admin-default-site.xml
8cd26a6
security-admin/src/main/resources/conf.dist/ranger-admin-site.xml 5f89caa
src/main/assembly/admin-web.xml 4779071
ugsync/src/main/java/org/apache/ranger/unixusersync/config/UserGroupSyncConfig.java
3b8b0f6
unixauthservice/scripts/install.properties a23a9aa
unixauthservice/scripts/setup.py d5aaf80
unixauthservice/scripts/templates/ranger-ugsync-template.xml 74bce8a
Diff: https://reviews.apache.org/r/56163/diff/
Testing
-------
1. Tested Ranger on SSL enabled MySQL.
2. Tested Ranger with and without SSL.
3. Tested HDFS plugin enforecement using SSL enabled Ranger admin.
4. Tested KMS plugin enforecement using SSL enabled Ranger admin.
5. Tested LDAP and UNIX UserSync.
6. Tested LDAP and UNIX Authentication.
7. Tested Knox Test connection.
Thanks,
Pradeep Agrawal