mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix incorrect grafana permission annotations
This commit is contained in:
parent
a620cffb31
commit
03a0539d92
@ -59,8 +59,8 @@ import javax.ws.rs.core.UriInfo;
|
||||
name = "Using Grafana APIs required for Grafana iframes",
|
||||
description = "Grafana API proxy to validate requests.",
|
||||
key = "grafana:api:view",
|
||||
roles = {"Internal/grafanamgt-user"},
|
||||
permissions = {"/analytics-mgt/grafana-mgt/api/view"}
|
||||
roles = {"Internal/devicemgt-user"},
|
||||
permissions = {"/device-mgt/grafana/view"}
|
||||
)
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user