Fix the event type for trusts
The event type that is defined by default is incorrect, it's missing an asterisk, that will pick up the 'create' and 'delete' keywords. Change-Id: I93175f7beaca3b7961d0431fd8c6ba819b3f164b
This commit is contained in:
parent
65099e6aae
commit
8fc8dd176c
@ -144,7 +144,7 @@
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user