keystone/releasenotes/notes/notify-on-user-group-membership-8c0136ee0484e255.yaml
Lance Bragstad 90c15100c4 Add notifications to user/group membership
When a user is added or removed from a group we should emit a notification. The
notification has group as the resource type and the group ID as the
resource ID. The notification also includes the user, user ID, and the
operation that was done ('removed' or 'added').

This way consumers are notified of user and group memberships.

Change-Id: I93ca3a0cb2fe9b93f5370e5871be1f1b30d87f72
Closes-Bug: 1552639
2016-03-09 17:20:33 +00:00

7 lines
239 B
YAML

---
fixes:
- Support has now been added to send notification events
on user/group membership. When a user is added or removed
from a group a notification will be sent including the
identifiers of both the user and the group.