From dfbb6333aef1f6e48af5ecae4dcd96fa689c0dd7 Mon Sep 17 00:00:00 2001 From: sadnub Date: Sun, 5 Sep 2021 12:32:37 -0400 Subject: [PATCH] add auditing to objects URLAction, KeyStore, CustomFields and also audit when url actions are run --- src/components/logs/AuditManager.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/logs/AuditManager.vue b/src/components/logs/AuditManager.vue index 1e497f6..982c4c4 100644 --- a/src/components/logs/AuditManager.vue +++ b/src/components/logs/AuditManager.vue @@ -155,6 +155,7 @@ const agentActionOptions = [ { value: "execute_command", label: "Execute Command" }, { value: "execute_script", label: "Execute Script" }, { value: "remote_session", label: "Remote Session" }, + { value: "url_action", label: "URL Action" }, ]; const actionOptions = [ @@ -181,6 +182,9 @@ const objectOptions = [ { value: "winupdatepolicy", label: "Patch Policy" }, { value: "alerttemplate", label: "Alert Template" }, { value: "role", label: "Role" }, + { value: "urlaction", label: "URL Action" }, + { value: "keystore", label: "Global Key Store" }, + { value: "customfield", label: "Custom Field" }, ]; const timeOptions = [