From e0a498c83c3f5d6bd73463e871e05c1cb2e178d9 Mon Sep 17 00:00:00 2001 From: Ben Morrow Date: Tue, 2 Jul 2024 15:16:48 +0100 Subject: [PATCH] Allow the central monitor to read the edges --- acs-service-setup/lib/helm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/acs-service-setup/lib/helm.js b/acs-service-setup/lib/helm.js index aea93f83..acdd197f 100644 --- a/acs-service-setup/lib/helm.js +++ b/acs-service-setup/lib/helm.js @@ -71,6 +71,7 @@ async function setup_perms (auth, group) { [group.monitor.uuid, ReadConfig, Edge.App.AgentConfig], [group.monitor.uuid, EdgeNodeConsumer, ACS.Device.ConfigDB], [group.monitor.uuid, ReloadConfig, UUIDs.Special.Null], + [ACS.Group.CentralMonitor, EdgeNodeConsumer, group.monitor.uuid], ]; for (const m of members) {