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",
|
name = "Using Grafana APIs required for Grafana iframes",
|
||||||
description = "Grafana API proxy to validate requests.",
|
description = "Grafana API proxy to validate requests.",
|
||||||
key = "grafana:api:view",
|
key = "grafana:api:view",
|
||||||
roles = {"Internal/grafanamgt-user"},
|
roles = {"Internal/devicemgt-user"},
|
||||||
permissions = {"/analytics-mgt/grafana-mgt/api/view"}
|
permissions = {"/device-mgt/grafana/view"}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user