As of the Juno release, Keystone emits two types of notifications. A simple kind that is typically used as a callback function, that just has a resource id as the only payload. The other is a CADF styled notification which contains information that is useful for auditing.
There has been more demand for cloud deployers to have the ability to audit everything. This includes tasks such as project creation and deletion, as well as role assignment creation and deletion. As such, we should start to support these deployers by sending a notification with sufficient data to perform a successful audit.
Create CADF notifications upon a create, update, and deleted events for the following resources:
Note: We will not be removing the simple notifications as they are useful for callback functions, and there is already some support in Ceilometer for these notifications. Barbican also relies on these as callbacks.
Keep things as-is
None
More CADF notifications
None
None
None
None
Primary assignee:
None
Update the notifications sections of documentation, possibly create a new section for CADF notifications.