We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a53ea42 + f3175e5 commit edff55dCopy full SHA for edff55d
api-service/src/middlewares/userPermissions.json
@@ -4,6 +4,7 @@
4
"api.datasets.list",
5
"api.datasets.read",
6
"api.datasets.export",
7
+ "api.dataset.health",
8
"api.data.out",
9
"api.data.exhaust",
10
"api.alert.list",
@@ -46,7 +47,6 @@
46
47
"api.datasets.update",
48
"api.datasets.import",
49
"api.datasets.copy",
- "api.dataset.health",
50
"api.datasets.dataschema"
51
],
52
"data": [
@@ -116,7 +116,11 @@
116
"file",
117
"connector",
118
"sqlQuery",
119
- "restricted_dataset_api"
+ "restricted_dataset_api",
120
+ "alert",
121
+ "metric",
122
+ "silence",
123
+ "notificationChannel"
124
125
"operations_admin": [
126
"alert",
0 commit comments