Skip to content

Commit

Permalink
Allow the central monitor to read the edges (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere authored Jul 2, 2024
2 parents bb5272a + e0a498c commit 13f3193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acs-service-setup/lib/helm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 13f3193

Please sign in to comment.