-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56997/
-----------------------------------------------------------
(Updated Feb. 25, 2017, 4:34 p.m.)
Review request for Ambari, Miklos Gergely, Mugdha Varadkar, Robert Levas, and
Robert Nettleton.
Changes
-------
remove infra-solr additions from logsearch/ranger/atlas, as I tested out, newly
added identities are added during ambari server start
Bugs: AMBARI-20152
https://issues.apache.org/jira/browse/AMBARI-20152
Repository: ambari
Description
-------
Use storm principal and keytab for ranger plugin instead of nimbus ones.
In storm code, storm user will be used globally anyway, ranger plugin will use
that. In Ambari 2.4 that not caused any issues, but from Ambari 2.5, Solr
authorization is supported, that can cause if storm is authenticated with the
worng user, it wont be able to access the ranger audit collection.
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog250.java
bfab0fe
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
0c25c95
ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/kerberos.json
d024146
ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/kerberos.json
60c8afb
ambari-server/src/main/resources/common-services/RANGER/0.6.0/kerberos.json
c5b3201
ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json
fecef7c
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog250Test.java
a08b38b
ambari-server/src/test/resources/kerberos/test_kerberos_descriptor_2_5_storm.json
PRE-CREATION
Diff: https://reviews.apache.org/r/56997/diff/
Testing
-------
done.
Thanks,
Oliver Szabo