-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Milestone
Description
The audit log is today implemented through a single table which keeps most of the data in a text entry. To facilitate undo functionality as well as other more advanced features or just more specific searches on changes, we need a better audit log format.
Suggestion is to more or less copy the table structure for each type of object that we should keep an audit log for (pool, VRF, prefix). In addition, we need columns for timestamp, user, Auth system and a comment field.
The comment field can be used to annotate things like undo operations.