Skip to content
Snippets Groups Projects

Adding new audit event scope for instance level audit events

Merged Hitesh Raghuvanshi requested to merge 404730-instance-scope into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -35,7 +35,7 @@ def audit(destination, action:)
message: "#{action.capitalize} instance event streaming destination #{destination.destination_url}"
}
::Gitlab::Audit::Auditor.audit(audit_context.merge(extra_context))
::Gitlab::Audit::Auditor.audit(audit_context)
end
end
end
Loading