From 1ec89df9a78784c68f84d99df4b630fe052f65bf Mon Sep 17 00:00:00 2001 From: Virginia Cepeda Date: Mon, 25 Nov 2024 18:01:39 -0300 Subject: [PATCH] fix: add missing threshold: delete permission in Threshold Writer role --- src/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugin.json b/src/plugin.json index f79473980..9664f47f8 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -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"]