madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Keep history of changes of auth DB #216

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It should be possible to track when, how and by whom groups change (for audit 
purposes).

From UI point of view, there should be two kinds of logs:
1. Global service log with events like "Group A created by X", "Group B deleted 
by Y", "Group C modified by Z in such and such way".
2. Per group log: "Member A added by X", "Member B removed by Y", etc.

Original issue reported on code.google.com by vadimsh@chromium.org on 8 Mar 2015 at 8:40