-
Task
-
Resolution: Fixed
-
Minor
Related to JENKINS-55694
Project tasks that involve logging of audit events such as Jenkins User property changes (e.g. password updates) and APIKey changes (e.g. createKey, updateKey, deleteKey) require the existence of a individual listeners that notifies subscribers on occurrence each of these kinds of events.
- This will require the creation of a new UserPropertyListener abstract class or (preferably an) interface (with default methods).
- Corresponding user property listeners (password property, api-token property, etc) will implement abstract class or (preferably) interface methods relevant to their use case(s).
[JENKINS-56005] Create new UserPropertyListener class
Epic Link |
New:
|
Assignee | New: David Olorundare [ mide ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Description |
Original:
Related to Project tasks that involve logging of audit events such as Jenkins User property changes (e.g. password updates) and APIKey changes (e.g. createKey, updateKey, deleteKey) require the existence of a listener method that notifies subscribers on occurrence of these events. * This new listener method is implemented as a SecurityListener class method. * Corresponding unit tests which exercise this method must be added to the existing unit tests for the HudsonPrivateSecurityRealm class. |
New:
Related to Project tasks that involve logging of audit events such as Jenkins User property changes (e.g. password updates) and APIKey changes (e.g. createKey, updateKey, deleteKey) require the existence of a listener method that notifies subscribers on occurrence of these events. * This new listener method is implemented as a SecurityListener class method. * Corresponding unit tests which exercise this method must be added to the existing unit tests for the class. |
Labels | New: audit-logging |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Status | Original: In Review [ 10005 ] | New: In Progress [ 3 ] |
Summary | Original: Add user property change listener method to SecurityListener | New: Create new UserPropertyListener class |