2
0
Эх сурвалжийг харах

Added disabled integrations to viewer policy

jnfrati 5 жил өмнө
parent
commit
351bea06f4

+ 5 - 0
dashboard/src/shared/auth/authorization-helpers.ts

@@ -23,6 +23,11 @@ export const VIEWER_POLICY_MOCK: PolicyDocType = {
   verbs: ["get", "list"],
   resources: [],
   children: {
+    integrations: {
+      scope: "integrations",
+      verbs: [],
+      resources: [],
+    },
     settings: {
       scope: "settings",
       verbs: [],