Actions
User Story #304
openEpic #49: Implement user, groups and permissions management
Feature #274: Change events for access
As an operator, I want every change to access to announce itself, so that an audit trail can be built on it later
User Story #304:
As an operator, I want every change to access to announce itself, so that an audit trail can be built on it later
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Storing and browsing history is a separate piece of work, but it can only ever cover what was announced at the time. Emitting the information now avoids having to reconstruct it later.
Acceptance criteria
- Creating, editing and deleting a role is announced
- Giving and revoking access is announced, platform-wide and on objects alike
- Group creation, deletion and membership changes are announced
- Account suspension, reactivation, scheduled deletion and removal are announced
- Each announcement carries who did it, what it affected and when
- Announcements happen only once the change is actually saved
Rejection reason
Superseded by the rewritten epic #49
Actions