[jira] [Commented] (AMBARI-18564) Ambari should be able to create arbitrary Kerberos identities for itself as declared in the Kerberos Descriptor

2016-10-12 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568393#comment-15568393
 ] 

Hudson commented on AMBARI-18564:
-

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #136 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/136/])
AMBARI-18564. Ambari should be able to create arbitrary Kerberos (rlevas: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=341b4d9adb989fd7ae41009c35a753ff66734fe0])
* (edit) ambari-server/src/main/resources/stacks/HDP/2.0.6/kerberos.json
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/ConfigureAmbariIdentitiesServerAction.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/KerberosHelperTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/AbstractPrepareKerberosServerAction.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelper.java


> Ambari should be able to create arbitrary Kerberos identities for itself as 
> declared in the Kerberos Descriptor
> ---
>
> Key: AMBARI-18564
> URL: https://issues.apache.org/jira/browse/AMBARI-18564
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>Priority: Critical
>  Labels: kerberos, kerberos_descriptor
> Fix For: 2.5.0
>
> Attachments: AMBARI-18564_branch-2.5_01.patch, 
> AMBARI-18564_trunk_01.patch
>
>
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18564) Ambari should be able to create arbitrary Kerberos identities for itself as declared in the Kerberos Descriptor

2016-10-12 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568370#comment-15568370
 ] 

Hudson commented on AMBARI-18564:
-

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #5786 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/5786/])
AMBARI-18564. Ambari should be able to create arbitrary Kerberos (rlevas: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=d2a926ee71f8a24a8d568fc977dc8ac06dc18493])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelper.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/ConfigureAmbariIdentitiesServerAction.java
* (edit) ambari-server/src/main/resources/stacks/HDP/2.0.6/kerberos.json
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/AbstractPrepareKerberosServerAction.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/KerberosHelperTest.java


> Ambari should be able to create arbitrary Kerberos identities for itself as 
> declared in the Kerberos Descriptor
> ---
>
> Key: AMBARI-18564
> URL: https://issues.apache.org/jira/browse/AMBARI-18564
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>Priority: Critical
>  Labels: kerberos, kerberos_descriptor
> Fix For: 2.5.0
>
> Attachments: AMBARI-18564_branch-2.5_01.patch, 
> AMBARI-18564_trunk_01.patch
>
>
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18564) Ambari should be able to create arbitrary Kerberos identities for itself as declared in the Kerberos Descriptor

2016-10-11 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567412#comment-15567412
 ] 

Hadoop QA commented on AMBARI-18564:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12832740/AMBARI-18564_trunk_01.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8847//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8847//console

This message is automatically generated.

> Ambari should be able to create arbitrary Kerberos identities for itself as 
> declared in the Kerberos Descriptor
> ---
>
> Key: AMBARI-18564
> URL: https://issues.apache.org/jira/browse/AMBARI-18564
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>Priority: Critical
>  Labels: kerberos, kerberos_descriptor
> Fix For: 2.5.0
>
> Attachments: AMBARI-18564_branch-2.5_01.patch, 
> AMBARI-18564_trunk_01.patch
>
>
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18564) Ambari should be able to create arbitrary Kerberos identities for itself as declared in the Kerberos Descriptor

2016-10-10 Thread Robert Levas (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15562641#comment-15562641
 ] 

Robert Levas commented on AMBARI-18564:
---

FYI:  [~ssha...@hortonworks.com]


> Ambari should be able to create arbitrary Kerberos identities for itself as 
> declared in the Kerberos Descriptor
> ---
>
> Key: AMBARI-18564
> URL: https://issues.apache.org/jira/browse/AMBARI-18564
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>Priority: Critical
>  Labels: kerberos, kerberos_descriptor
> Fix For: 2.5.0
>
>
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)