This commit is contained in:
@@ -3,6 +3,20 @@
|
||||
{"login": "OpsAdminLimited","password": "OpsAdminLimited"}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Created
|
||||
await NotifyEventProcessor.HandlePotentialNotificationEvent(AyaEvent.Created, newObject);
|
||||
|
||||
Modified PUT update
|
||||
await NotifyEventProcessor.HandlePotentialNotificationEvent(AyaEvent.Modified, dbObject, SnapshotOfOriginalDBObj);
|
||||
|
||||
Deleted
|
||||
await NotifyEventProcessor.HandlePotentialNotificationEvent(AyaEvent.Deleted, dbObject);
|
||||
|
||||
|
||||
|
||||
todo: ip address logged in container mode is the local server as I guess it comes from NGINX
|
||||
is there a way to capture this or...?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user