Audit logs are not immutable
The audit logs can change over the time:
- user triggers webhook for namespace "foo"
- user downloads CSV audit file
- namespace "foo" is renamed "bar"
- user download CSV
The audit entry for event number 1 is reported in two different ways depending from the generation time. This is really wrong, the past events of the audit log should always stay the same!
I've hopefully fixed most of the issues with #1144, but I haven't completely reviewed this yet.
This is probably fixed, but I'll continue to investigate during the 2.4 release.
This is probably fixed, but I'll continue to investigate during the 2.4 release.
Same as before. I think it's fine, but we need more tests. Plus, I fear that #767 is going to bring some instability on this front. So, I prefer to postpone this to work harder on the tests.