You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2015/02/15 12:49:11 UTC

[jira] [Commented] (AMBARI-9646) Kerberos: Regen confirmation dialog with "missing" option

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

Oleg Nechiporenko commented on AMBARI-9646:
-------------------------------------------

  5391 tests complete (10 seconds)
  62 tests pending

> 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)