Event type information in streaming access token audit events
All threads resolved!
This MR adds event type information in streaming audit events whenever project/group access tokens are created/revoked.
Following table list down event type information with respective actions
Action | Event type |
---|---|
Group access token created | group_access_token_created |
Group access token revoked | group_access_token_deleted |
Group access token creation fail | group_access_token_creation_failed |
Group access token deletion fail | group_access_token_deletion_failed |
Project access token created | project_access_token_created |
Project access token revoked | project_access_token_deleted |
Project access token creation fail | project_access_token_creation_failed |
Project access token deletion fail | project_access_token_deletion_failed |
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #363087 (closed)
EE: true Changelog: added