Add support for additional identity events
Keystone has started to emit events for CRUD events on more resources, specifically: regions, policy, endpoint and service. Change-Id: I6d5f21474dd8f7694ea28b91544ad93c0b421bf9 Closes-Bug: 1429337
This commit is contained in:
@@ -144,7 +144,8 @@
|
||||
fields: _context_user_id
|
||||
resource_id:
|
||||
fields: payload.cluster_id
|
||||
- event_type: ['identity.user.*', 'identity.project.*', 'identity.group.*', 'identity.role.*', 'identity.OS-TRUST:trust']
|
||||
- event_type: ['identity.user.*', 'identity.project.*', 'identity.group.*', 'identity.role.*', 'identity.OS-TRUST:trust',
|
||||
'identity.region.*', 'identity.service.*', 'identity.endpoint.*', 'identity.policy.*']
|
||||
traits: &identity_crud
|
||||
resource_id:
|
||||
fields: payload.resource_info
|
||||
|
||||
Reference in New Issue
Block a user