When issuing a kill command, record which user did the kill
Reported by Deleted User | January 19th, 2011 @ 01:59 PM | in Rundeck 1.2
A job can be terminated by a user who did not start the job. There should be a record of who initiated the kill on a job that is running.
Comments and changes to this ticket
-
Greg Schueler February 15th, 2011 @ 04:37 PM
- State changed from new to open
- Assigned user set to Greg Schueler
- Milestone order changed from 17 to 0
-
Greg Schueler February 15th, 2011 @ 05:05 PM
adding this to execution show page, as well as API execution info. Should this also be displayed within the History views?
-
Deleted User February 16th, 2011 @ 09:24 AM
It make sense to have it on the history page. It's the context that's probably the most relevant to a user.
-
Greg Schueler February 16th, 2011 @ 09:28 AM
i'll look into it, but it might have to be punted to a refactor of the history event schema
-
Greg Schueler February 16th, 2011 @ 09:31 AM
proposed addition for v1 api:
<execution...>...<abortedby>username</abortedby></execution>
-
Greg Schueler February 16th, 2011 @ 09:42 AM
in the API the action is "abort" and the possible execution states include "aborted", it is not called killed.
-
Deleted User February 16th, 2011 @ 02:12 PM
(from [7b548d2634411cc216f5aad427af6e3a38ca470f]) Record user who performs abort/kill action for executions [#179] https://github.com/dtolabs/rundeck/commit/7b548d2634411cc216f5aad42...
-
Greg Schueler February 16th, 2011 @ 02:17 PM
history log of user who performed the kill currently looks like this: http://cl.ly/323F2u3G1P3X3b2G0q0w
-
Greg Schueler February 16th, 2011 @ 04:24 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
- 179 When issuing a kill command, record which user did the kill (from [7b548d2634411cc216f5aad427af6e3a38ca470f]) Record ...