[
https://issues.apache.org/jira/browse/AMBARI-22138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196559#comment-16196559
]
Hadoop QA commented on AMBARI-22138:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12890965/AMBARI-22138_trunk_01.patch
against trunk revision .
{color:red}-1 patch{color}. Top-level [trunk
compilation|https://builds.apache.org/job/Ambari-trunk-test-patch/12461//artifact/patch-work/trunkJavacWarnings.txt]
may be broken.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/12461//console
This message is automatically generated.
> When regenerating keytab files for a service, non-service-specific principals
> are affected
> ------------------------------------------------------------------------------------------
>
> Key: AMBARI-22138
> URL: https://issues.apache.org/jira/browse/AMBARI-22138
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.6.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Critical
> Labels: kerberos
> Fix For: 3.0.0
>
> Attachments: AMBARI-22138_trunk_01.patch
>
>
> When regenerating keytab files for a service, non-service-specific principals
> are affected. For example, when regenerating the keytab files for HDFS using
> the following ReST API call:
> {code:title=PUT
> /api/v1/clusters/c1?regenerate_keytabs=all®enerate_components=HDFS}
> {
> "Clusters": {
> "security_type": "KERBEROS"
> }
> }
> {code}
> The following principals are affected:
> * HTTP/[email protected]
> * [email protected]
> * nn/[email protected]
> * [email protected]
> * HTTP/[email protected]
> * dn/[email protected]
> * HTTP/[email protected]
> * nn/[email protected]
> * [email protected]
> However only the following principals *should be* affected:
> * nn/[email protected]
> * [email protected]
> * dn/[email protected]
> * nn/[email protected]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)