Skip to content

Commit

Permalink
fix: add missing threshold: delete permission in Threshold Writer role
Browse files Browse the repository at this point in the history
  • Loading branch information
VikaCep committed Nov 25, 2024
1 parent 0c573fe commit 1ec89df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@
{ "action": "grafana-synthetic-monitoring-app:write" },

{ "action": "grafana-synthetic-monitoring-app.thresholds:write" },
{ "action": "grafana-synthetic-monitoring-app.thresholds:read" }
{ "action": "grafana-synthetic-monitoring-app.thresholds:read" },
{ "action": "grafana-synthetic-monitoring-app.thresholds:delete" }
]
},
"grants": ["Admin", "Editor"]
Expand Down

0 comments on commit 1ec89df

Please sign in to comment.