-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56997/
-----------------------------------------------------------
(Updated Feb. 24, 2017, 4:08 p.m.)
Review request for Ambari, Miklos Gergely, Mugdha Varadkar, Robert Levas, and
Robert Nettleton.
Changes
-------
add upgradeCatalog changes.
- added storm identity upgrade
- include adding infra-solr references as well (those were added in an other
patch for ambari 2.5)
- upgrade catalog test changes will be added later
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/STORM/1.0.1/kerberos.json
fecef7c
Diff: https://reviews.apache.org/r/56997/diff/
Testing
-------
done.
Thanks,
Oliver Szabo