@@ -342,6 +342,9 @@ The roles below are described following this pattern:
342
342
- ` notebook.notebook.resume `
343
343
- ` notebook.notebook.update `
344
344
345
+ ** Notebook Executor** (` notebook-executor ` ):
346
+ - ` notebook.notebook.execute `
347
+
345
348
** Notebook Viewer** (` notebook-viewer ` ):
346
349
- ` notebook.model.list `
347
350
- ` notebook.notebook.get `
@@ -458,6 +461,8 @@ Permissions are solely defined by the ArangoGraph API.
458
461
{% comment %}
459
462
Retrieved with the below command, with manual adjustments:
460
463
oasisctl list permissions
464
+
465
+ Note that if the tier is "internal", there is an ` internal-dashboard ` API that should be excluded in below list!
461
466
{% endcomment %}
462
467
463
468
| API | Kind | Verbs
@@ -497,7 +502,7 @@ oasisctl list permissions
497
502
| ` monitoring ` | ` logs ` | ` get `
498
503
| ` network ` | ` privateendpointservice ` | ` create ` , ` get ` , ` get-by-deployment-id ` , ` get-feature ` , ` update `
499
504
| ` notebook ` | ` model ` | ` list `
500
- | ` notebook ` | ` notebook ` | ` create ` , ` delete ` , ` get ` , ` list ` , ` pause ` , ` resume ` , ` update `
505
+ | ` notebook ` | ` notebook ` | ` create ` , ` delete ` , ` execute ` , ` get ` , ` list ` , ` pause ` , ` resume ` , ` update `
501
506
| ` notification ` | ` deployment-notification ` | ` list ` , ` mark-as-read ` , ` mark-as-unread `
502
507
| ` prepaid ` | ` prepaiddeployment ` | ` get ` , ` list `
503
508
| ` replication ` | ` deploymentreplication ` | ` get ` , ` update `
0 commit comments