Shubham Sharma created AMBARI-26529:
---------------------------------------

             Summary: Manual KDC selection failing to proceed to Step3
                 Key: AMBARI-26529
                 URL: https://issues.apache.org/jira/browse/AMBARI-26529
             Project: Ambari
          Issue Type: Bug
            Reporter: Shubham Sharma
             Fix For: 3.1.0
         Attachments: image-2025-07-14-15-16-28-626.png, 
image-2025-07-14-15-16-49-231.png

With Manual KDC type selection Kerberos Wizard is getting stuck on Step2, due 
to empty json response being parsed to 
configureKerberos after calling createKerberosAdminSession.
 
Also fixing deleteKerberosService request to validate if Kerberos service is 
loaded and available before calling delete request
{code:java}
return App.ajax.send({
  name: 'common.cluster.update',
  sender: this,
  data: {
    clusterName: App.get('clusterName'),
    data: [{
      session_attributes: {
        kerberos_admin: {principal: adminPrincipalValue, password: 
adminPasswordValue}
      }
    }]
  }
}); {code}
 

!image-2025-07-14-15-16-49-231.png!

 

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org

Reply via email to