[
https://issues.apache.org/jira/browse/AMBARI-13292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940855#comment-14940855
]
Hadoop QA commented on AMBARI-13292:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12764732/AMBARI-13292_branch-2.1_02.patch
against trunk revision .
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/3892//console
This message is automatically generated.
> Kerberos: Retain KDC admin credentials
> --------------------------------------
>
> Key: AMBARI-13292
> URL: https://issues.apache.org/jira/browse/AMBARI-13292
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.3
> Reporter: Robert Levas
> Assignee: Robert Levas
> Labels: kerberos
> Fix For: 2.1.3
>
> Attachments: AMBARI-13292_branch-2.1_01.patch,
> AMBARI-13292_branch-2.1_02.patch, AMBARI-13292_trunk_01.patch,
> AMBARI-13292_trunk_02.patch
>
>
> Enhance the Kerberos backend to allow for the retention of KDC administrative
> credentials. Once securely stored, users may opt to remove the stored
> credentials.
> See AMBARI-13214 for information on the relevant API calls.
> The alias name for the KDC administrator credential should be
> *kdc.admin.credential*
> For example:
> *Create Credential Resource*
> {code}
> POST /api/v1/clusters/{CLUSTER_NAME}/credentials/kdc.admin.credential
> {
> "Credential" : {
> "principal" : "admin/[email protected]",
> "key" : "h4d00p&!",
> "type" : "persisted"
> }
> }
> {code}
> *Update Credential Resource*
> {code}
> PUT /api/v1/clusters/{CLUSTER_NAME}/credentials/kdc.admin.credential
> {
> "Credential" : {
> "key" : "newpassword",
> "type" : "temporary"
> }
> }
> {code}
> *Get Credential Resource*
> {code}
> GET /api/v1/clusters/{CLUSTER_NAME}/credentials/kdc.admin.credential
> {code}
> *Delete Credential Resource*
> {code}
> DELETE /api/v1/clusters/{CLUSTER_NAME}/credentials/kdc.admin.credential
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)