Closed
Description
There should be an audit log in mysql stored in a table with the following fields:
id
Primary auto increment valuetimestamp
second precision timestamp in UTCoperator
the user doing the operationoperator_ip
IP of the operatoraction_type
the action type. Could beuser_added
when user gets createdsshkey_modify
when ssh keys get modified for a user- etc....
recipient
the 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.