Skip to content

insights: move permissionsValidator out of the global resolver and in…

Warren Gifford requested to merge insights/fix-permissions-for-mutations into main

Created by: coury-clark

Fixes #29055 (closed)

Resolver is instantiated globally per frontend, so the permissionsValidator was accidentally reusing values from incorrect users.

Also added some tests for the HasDashboardPermission function

Merge request reports

Loading