Skip to content

Commit

Permalink
Add missing permission to call machine learning plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mderynck committed Sep 4, 2024
1 parent bb2113d commit 6cc90d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grafana-plugin/src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,10 @@
"action": "plugins.app:access",
"scope": "plugins:id:grafana-labels-app"
},
{
"action": "plugins.app:access",
"scope": "plugins:id:grafana-ml-app"
},
{
"action": "plugins:write",
"scope": "plugins:id:grafana-oncall-app"
Expand Down

0 comments on commit 6cc90d2

Please sign in to comment.