Commit f959d84a by Mandar Ambawane Committed by Nikhil Bonte

ATLAS-3935 Use Audit framework to capture audit entries for Import/Export operations #2

parent de87bc50
......@@ -468,8 +468,7 @@ public class AdminResource {
}
List<AtlasObjectId> objectIds = result.getExportResult().getRequest().getItemsToExport();
String params = String.join(",", result.getProcessedEntities());
auditImportExportOperations(objectIds, AuditOperation.IMPORT, params);
auditImportExportOperations(objectIds, AuditOperation.IMPORT, null);
return result;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment