You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2018/06/19 03:01:00 UTC

[jira] [Created] (AMBARI-24141) Rolling restarts not working when Kerberos Auto sign in is enabled for Ambari

Robert Levas created AMBARI-24141:
-------------------------------------

             Summary: Rolling restarts not working when Kerberos Auto sign in is enabled for Ambari
                 Key: AMBARI-24141
                 URL: https://issues.apache.org/jira/browse/AMBARI-24141
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.6.0
            Reporter: Robert Levas
            Assignee: Robert Levas
             Fix For: 2.7.0


Rolling restarts not working when Kerberos Auto sign in is enabled for Ambari.  This is due to a missing user ID value in the {{requestschedule}} table, resulting in the Rolling Restart operation aborting with no deals in the ambari-server.log file.

||schedule_id||cluster_id||authenticated_user_id||create_user||update_user||last_execution_status||
|2|2|-1|rlevas|rlevas|IN_PROGRESS|

This occurs because the {{org.springframework.security.core.Authentication}} class stored in Ambari's SecurityContext for the authenticated user does not contain the authenticated user's ID data. Adjustments need to be made to the infrastructure to capture this data upon login and then retrieve it later, when needed. 





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)