You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Dmytro Sen <ds...@hortonworks.com> on 2015/06/25 19:19:31 UTC

Review Request 35882: Ambari JAAS configuration removed after 2.0.1 to 2.1 upgrade

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35882/
-----------------------------------------------------------

Review request for Ambari.


Bugs: AMBARI-12146
    https://issues.apache.org/jira/browse/AMBARI-12146


Repository: ambari


Description
-------

After upgrading from Ambari 2.0.1 with SPNEGO configured, and JAAS configured through ambari-server setup-security to 2.1.0-1158, after the upgrade the JAAS settings are not retained so there are multiple UI issues as SPNEGO is in use and prevents Ambari from accessing JMX endpoints without authentication:
Steps to reproduce
Install Ambari 2.0.1 with HDP 2.2.6
Configure SPNEGO
Configure Ambari's JAAS using ambari-server setup-security
Upgrade to Ambari 2.1.0-1158
Start services
Notice the JAAS settings are not retained and HDFS Summary screen is not accurate


Diffs
-----

  ambari-server/src/main/package/deb/control/preinst c2aed40 
  ambari-server/src/main/python/ambari_server/serverConfiguration.py 2f6e3e5 
  ambari-server/src/main/python/ambari_server/serverUpgrade.py 12a82fa 
  ambari-server/src/test/python/TestAmbariServer.py 4e5d044 

Diff: https://reviews.apache.org/r/35882/diff/


Testing
-------

----------------------------------------------------------------------
Ran 266 tests in 6.360s

OK
----------------------------------------------------------------------
Total run:793
Total errors:0
Total failures:0
OK


Thanks,

Dmytro Sen