-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52749/
-----------------------------------------------------------
Review request for Ambari, Jonathan Hurley, Nate Cole, Robert Nettleton, and
Sandor Magyari.
Bugs: AMBARI-18564
https://issues.apache.org/jira/browse/AMBARI-18564
Repository: ambari
Description
-------
Ambari should be able to create arbitrary Kerberos identities for itself as
declared in the Kerberos Descriptor.
Currently, Ambari is hard-coded to create identities for itself and SPNEGO, but
that may not be good enough for all scenarios. Therefore, there needs to be an
`AMBARI` service block in the Kerberos descriptor to allow for arbitrary
identities to be defined for the Ambari server - similar to how any other
service is defined in the Kerberos descriptor.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelper.java
1153d01
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
e15965b
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/AbstractPrepareKerberosServerAction.java
c283a65
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/ConfigureAmbariIdentitiesServerAction.java
80acd0d
ambari-server/src/main/resources/stacks/HDP/2.0.6/kerberos.json 0644f57
ambari-server/src/test/java/org/apache/ambari/server/controller/KerberosHelperTest.java
b2eb738
Diff: https://reviews.apache.org/r/52749/diff/
Testing
-------
Manually tested using the UI and BP ont he trunk and brach-2.5
# Jenkins test results: PENDING
Thanks,
Robert Levas