22 Oct 2025 03:37 PM - edited 23 Oct 2025 02:42 PM
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;
Note that I tried to set the rule for classic dashboards only, to no avail.
Sincerely,
Red
Solved! Go to Solution.
23 Oct 2025 02:43 PM
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: