Story #4343
closedStory #7427: [Epic] As a user, I can audit actions taken by Pulp users
As a user, I can see what parameters were involved in a task
0%
Description
Ticket moved to GitHub: "pulp/pulpcore/1817":https://github.com/pulp/pulpcore/issues/1817
Presently, the task record stores two primary types of metadata about the operation it performed:
- The name of a task (which tells you what type of task it was, sync/publish/update/etc., and where it was defined (plugin or core),
- CreatedResources
This leaves a lot of gaps that make it impossible to properly audit the history of the state of Pulp
- You don't know what resource was updated, or what those updates were - if it was an update task
- You don't know what remote was used, or whether mirror=True or False - if it was a sync task
- You can kind of figure out what the plugin type was, or what repository it was performed on, via. the name or CreatedResources, but it is implicit, not explicit.
Updated by amacdona@redhat.com about 4 years ago
+1 to add this information to tasks. However, I am not quite clear how this information will be stored and serialized. Since different "types" of tasks will have different information, its probably necessary to cram all this data into a generic field. dalley suggested bringing back the "notes" field.
Updated by dalley over 3 years ago
- Tracker changed from Story to Issue
- Severity set to 2. Medium
- Triaged set to No
- Sprint Candidate changed from No to Yes
turning back into an issue just so that it will show up at triage time, I think we should evaluate this feature again.
Updated by fao89 over 3 years ago
- Tracker changed from Issue to Story
- % Done set to 0
Updated by dkliban@redhat.com about 2 years ago
- Status changed from NEW to CLOSED - WONTFIX
We will not be able to work on this any time soon.
Updated by dalley about 2 years ago
- Status changed from CLOSED - WONTFIX to NEW
- Tags Pulp-NEXT added
Updated by dalley about 2 years ago
- Tags Wishlist added
- Tags deleted (
Pulp-NEXT)
Updated by pulpbot about 1 year ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE