[
https://issues.apache.org/jira/browse/AMBARI-9606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14318911#comment-14318911
]
Hudson commented on AMBARI-9606:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1754 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1754/])
AMBARI-9606. Kerberos Wizard: Disable Kerberos button does not work.
(onechiporenko) (onechiporenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=54f5c0ab46b3e437623284dd7f2352d55711d3ab)
* ambari-web/app/messages.js
* ambari-web/app/templates/main/admin/kerberos/disable.hbs
*
ambari-web/test/controllers/main/admin/kerberos/kerberos_wizard_controler_test.js
* ambari-web/app/controllers/main/admin/kerberos/disable_controller.js
* ambari-web/app/views/main/admin/kerberos/disable_view.js
* ambari-web/app/views.js
* ambari-web/app/routes/main.js
* ambari-web/app/controllers.js
> Kerberos Wizard: Disable Kerberos button does not work
> ------------------------------------------------------
>
> Key: AMBARI-9606
> URL: https://issues.apache.org/jira/browse/AMBARI-9606
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Fix For: 2.0.0
>
> Attachments: AMBARI-9606.patch
>
>
> After enabled Kerberos via the Kerberos Wizard, the _Disable Kerberos_ button
> becomes available. Upon clicking this button, a confirmation dialog box is
> shown but clicking on the _OK_ button does nothing and the dialog box stay up
> until the _Cancel_ button is clicked.
> JavaScript error: *Error: assertion failed: Could not find state for path:
> "disableSecurity"*
> To disable Kerberos, the following steps should take place:
> Note, there will need to be a multi-step process to disable Kerberos:
> # Stop all services
> # Remove Kerberos
> # Start (and test?) all services
> {code:title=API call to disable Kerberos}
> PUT /api/v1/clusters/{cluster name}
> {
> "Clusters" : {
> "security_type" : "NONE"
> }
> }
> {code}
> Since this is a multi-step process and the services will be stopped and
> started, we should make sure, on clicking, the confirmation box is clear what
> they are choosing to do:
> {code}
> Confirmation
> You are about to disable Kerberos on the cluster. This will stop all the
> services in your cluster and remove the Kerberos configurations. *Are you
> sure you wish to proceed with disabling Kerberos?* Cancel / OK
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)