Details
-
Bug
-
Status: Closed
-
Low
-
Resolution: Fixed
-
fts-rest-server 3.12.0
-
Security Level: Public Data (This ticket is visible to anyone on the internet and will be indexed by search engines)
-
None
Description
The auditing function stores configuration changes into the audit table. The audit table servers as a configuration log, describing which action took place, when and by whom.
The implementation of the function was missing the Session.commit() call, which means changes in the current session may or may not get propagated.
def audit_configuration(action, config): """ Logs and stores in the DB a configuration action """ ... Session.add(audit) log.info(action)
Attachments
Issue Links
- contains
-
FTS-1374 When Unbanning a Storage, the audit record is not upated
-
- Closed
-
- mentioned on