-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
There should be an audit log in mysql stored in a table with the following fields:
idPrimary auto increment valuetimestampsecond precision timestamp in UTCoperatorthe user doing the operationoperator_ipIP of the operatoraction_typethe action type. Could beuser_addedwhen user gets createdsshkey_modifywhen ssh keys get modified for a user- etc....
recipientthe user which the action is done upon (might be the same as the operator in many cases)
The boostrap file for the dev environment sql will need to be updated along with the code.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request