-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41744/
-----------------------------------------------------------
Review request for Ambari, Dmitro Lisnichenko, Dmytro Sen, Robert Levas, and
Sumit Mohanty.
Bugs: AMBARI-14506
https://issues.apache.org/jira/browse/AMBARI-14506
Repository: ambari
Description
-------
1) install ambari(with oozie) and enable kerberos
2) change "oozie.authentication.type" from "kerberos" to any class handler
3) add host with oozie client or server. As the result, all
configurations(security) for oozie will be updated. And
"oozie.authentication.type" will become "kerberos".
the same bug will appear when you will add new oozie server to existing secure
cluster with oozie service.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
3dae467
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelper.java
bdb208b
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
a12c1af
ambari-server/src/main/java/org/apache/ambari/server/topology/ClusterConfigurationRequest.java
6e8b8a3
ambari-server/src/test/java/org/apache/ambari/server/controller/KerberosHelperTest.java
29949a4
ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterConfigurationRequestTest.java
df32684
Diff: https://reviews.apache.org/r/41744/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi