Skip to content

Commit 1d8899f

Browse files
committed
Adding dis-bundle-scheduler permissions
1 parent 438d111 commit 1d8899f

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

import-script/policies.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,17 @@
5353
],
5454
"role": "files-reader",
5555
"condition": {}
56-
}
56+
},
57+
{
58+
"id" : "bundle-scheduler",
59+
"entities" : [
60+
"users/dis-bundle-scheduler"
61+
],
62+
"role" : "bundle-scheduler-admin",
63+
"condition" : {
64+
"attribute" : "",
65+
"operator" : "",
66+
"Values" : null
67+
}
68+
}
5769
]

import-script/roles.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,12 @@
9090
"permissions": [
9191
"static-files:read"
9292
]
93-
}
93+
},
94+
{
95+
"name" : "bundle-scheduler-admin",
96+
"permissions" : [
97+
"bundles:read",
98+
"bundles:update"
99+
]
100+
}
94101
]

0 commit comments

Comments
 (0)