From eac7fe7d6a034fca270fb120342ddc8594490658 Mon Sep 17 00:00:00 2001 From: Mahir Chavda Date: Fri, 14 Jul 2023 20:17:32 +0530 Subject: [PATCH] Move notable lookup permission to app instead of TA --- TA-cyences/metadata/default.meta | 6 ------ cyences_app_for_splunk/metadata/default.meta | 7 +++++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/TA-cyences/metadata/default.meta b/TA-cyences/metadata/default.meta index 020c389f..3ebae144 100644 --- a/TA-cyences/metadata/default.meta +++ b/TA-cyences/metadata/default.meta @@ -45,9 +45,3 @@ export = system [viewstates] access = read : [ * ], write : [ * ] export = system - - -### Permission updated so all users can update the notable event status and assignee on Splunk. - -[collections/cyences_notable_event_collection] -access = read : [ * ], write : [ * ] diff --git a/cyences_app_for_splunk/metadata/default.meta b/cyences_app_for_splunk/metadata/default.meta index 26fb0e05..9a641cc0 100644 --- a/cyences_app_for_splunk/metadata/default.meta +++ b/cyences_app_for_splunk/metadata/default.meta @@ -40,3 +40,10 @@ export = system [visualizations/network_telemetry_map] export = system + + + +### Permission updated so all users can update the notable event status and assignee on Splunk. + +[collections/cyences_notable_event_collection] +access = read : [ * ], write : [ * ]