[
https://issues.apache.org/jira/browse/AMBARI-9646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14321995#comment-14321995
]
Oleg Nechiporenko commented on AMBARI-9646:
-------------------------------------------
Build failed not because of this patch.
https://builds.apache.org/job/Ambari-trunk-test-patch/1694/artifact/patch-work/trunkCompile.txt
{code}
[INFO] Ambari Main ....................................... SUCCESS [ 2.596 s]
[INFO] Apache Ambari Project POM ......................... SUCCESS [ 0.500 s]
[INFO] Ambari Web ........................................ SUCCESS [ 31.448 s]
[INFO] Ambari Views ...................................... SUCCESS [ 2.064 s]
[INFO] Ambari Admin View ................................. FAILURE [ 9.682 s]
[INFO] Ambari Server ..................................... SKIPPED
[INFO] Ambari Agent ...................................... SKIPPED
[INFO] Ambari Client ..................................... SKIPPED
[INFO] Ambari Python Client .............................. SKIPPED
[INFO] Ambari Groovy Client .............................. SKIPPED
[INFO] Ambari Shell ...................................... SKIPPED
[INFO] Ambari Python Shell ............................... SKIPPED
[INFO] Ambari Groovy Shell ............................... SKIPPED
{code}
> Kerberos: Regen confirmation dialog with "missing" option
> ---------------------------------------------------------
>
> Key: AMBARI-9646
> URL: https://issues.apache.org/jira/browse/AMBARI-9646
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Oleg Nechiporenko
> Priority: Critical
> Fix For: 2.0.0
>
> Attachments: AMBARI-9646.patch
>
>
> When a user clicks "Regenerate Keytabs" button, they should be prompted to
> confirm, and give the option to
> {code}
> Confirmation
> You are about to regenerate keytabs for the hosts in the cluster. This will
> stop all the services in your cluster and regenerate the Kerberos keytabs.
> *Are you sure you wish to proceed with keytab regeneration?*
> [ ] Only regenerate keytabs for missing hosts and components.
> Cancel/OK
> {code}
> API call to create and distribute missing keytabs:
> {code}
> PUT /api/v1/clusters/{cluster name}?regenerate_keytabs=missing
> {
> "Clusters" : {
> "security_type" : "KERBEROS"
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)