feat: Add credential update and delete events to log streaming (#9026)

This commit is contained in:
Val
2024-04-08 08:13:39 +01:00
committed by GitHub
parent 7467aa30e6
commit f4f0a36fe1
5 changed files with 84 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ export const eventNamesAudit = [
'n8n.audit.user.reset',
'n8n.audit.user.credentials.created',
'n8n.audit.user.credentials.shared',
'n8n.audit.user.credentials.updated',
'n8n.audit.user.credentials.deleted',
'n8n.audit.user.api.created',
'n8n.audit.user.api.deleted',
'n8n.audit.package.installed',