[
https://issues.apache.org/jira/browse/AMBARI-9646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14321969#comment-14321969
]
Hudson commented on AMBARI-9646:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1773 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1773/])
AMBARI-9646. Kerberos: Regen confirmation dialog with "missing" option.
(onechiporenko) (onechiporenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7d002b1550db508f4e6561522e0f176491732500)
* ambari-web/app/controllers/main/admin/kerberos.js
* ambari-web/app/utils/ajax/ajax.js
* ambari-web/test/controllers/main/admin/kerberos_test.js
* ambari-web/app/messages.js
* ambari-web/app/templates/main/admin/kerberos/regenerate_keytabs_popup_body.hbs
> 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)