cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Policy to view classic and modern dashboard

Red
Participant

Hello community,

I have a user account whose sole purpose is to display dashboards on a screen. I'm therefore trying to create a very restrictive policy to only allow dashboards to be displayed.

I'm having a problem because it has both classic and modern dashboards to display. I managed to restrict the modern dashboard, for example, but I can't find a way to also have the classic dashboard.

I've come up with this rule, which I don't think is wrong, but I don't understand why I can't see the classic dashboards. Do you have any ideas?

My policy:

ALLOW app-engine:apps:run WHERE shared:app-id IN ("dynatrace.dashboards","dynatrace.classic.dashboards");
//Metrics
ALLOW storage:buckets:read;
ALLOW storage:metrics:read;
//Entities
ALLOW storage:entities:read;
//Documents
ALLOW document:documents:read;
ALLOW document:environment-shares:read;

Red_0-1761226925818.png

 

Note that I tried to set the rule for classic dashboards only, to no avail.

 

Sincerely,

Red

1 REPLY 1

Red
Participant

Ok, I figured it out. I'll leave it here in case it helps someone out one day: you need to add an environment to allow you to see the classic app:

Red_0-1761226961979.png

 

Featured Posts