Actions
Bug #25690
closedWe should not be auditing last_report field
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Audit Log
Target version:
-
Description
This creates unnecessary noise in the audit. Everytime new discovered host sends new facts, we see two entries in the audit with the only field changed: last_report.
I believe this is the same for generic fact upload too.
Updated by Tomer Brisker over 6 years ago
- Status changed from Resolved to Need more information
We aren't supposed to be auditing it:
https://github.com/theforeman/foreman/blob/develop/app/models/host/managed.rb#L3
https://github.com/theforeman/foreman_discovery/blob/develop/app/models/host/discovered.rb#L2
Any idea where the audit is coming from?
Updated by Lukas Zapletal about 3 years ago
- Status changed from Need more information to Rejected
Actions