Skip to content

Commit

Permalink
Merge pull request #307 from Sanketika-Obsrv/permission_update
Browse files Browse the repository at this point in the history
fix: #OBS-I494: updated permissions for admin user
  • Loading branch information
HarishGangula authored Jan 10, 2025
2 parents a53ea42 + f3175e5 commit edff55d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api-service/src/middlewares/userPermissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"api.datasets.list",
"api.datasets.read",
"api.datasets.export",
"api.dataset.health",
"api.data.out",
"api.data.exhaust",
"api.alert.list",
Expand Down Expand Up @@ -46,7 +47,6 @@
"api.datasets.update",
"api.datasets.import",
"api.datasets.copy",
"api.dataset.health",
"api.datasets.dataschema"
],
"data": [
Expand Down Expand Up @@ -116,7 +116,11 @@
"file",
"connector",
"sqlQuery",
"restricted_dataset_api"
"restricted_dataset_api",
"alert",
"metric",
"silence",
"notificationChannel"
],
"operations_admin": [
"alert",
Expand Down

0 comments on commit edff55d

Please sign in to comment.