From 30fa314773c1a62aa067c62dd18aa5346ad7945d Mon Sep 17 00:00:00 2001 From: Yuri Tseretyan Date: Wed, 2 Apr 2025 16:55:01 -0400 Subject: [PATCH] require editor to fetch config --- public/app/plugins/datasource/alertmanager/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/alertmanager/plugin.json b/public/app/plugins/datasource/alertmanager/plugin.json index 33a087f5365..749c2b9e6fe 100644 --- a/public/app/plugins/datasource/alertmanager/plugin.json +++ b/public/app/plugins/datasource/alertmanager/plugin.json @@ -39,7 +39,7 @@ { "method": "GET", "path": "api/v1/alerts", - "reqRole": "Admin" + "reqRole": "Editor" } ], "info": {