Skip to content

Commit 5a1f9e5

Browse files
arangodb-docs-automation[bot]CircleCI JobSimran-B
authored
[CircleCI Generated] generate-oasisctl-8071 (#374)
* [skip ci] Automatic commit of generated files from CircleCI * Update roles and permissions --------- Co-authored-by: CircleCI Job <daniele@arangodb.com> Co-authored-by: Simran Spiller <simran@arangodb.com>
1 parent ca26e14 commit 5a1f9e5

File tree

12 files changed

+105
-6
lines changed

12 files changed

+105
-6
lines changed

site/content/3.10/arangograph/oasisctl/create/create-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ oasisctl create deployment [flags]
4040
-o, --organization-id string Identifier of the organization to create the deployment in
4141
-p, --project-id string Identifier of the project to create the deployment in
4242
-r, --region-id string Identifier of the region to create the deployment in
43-
--version string Version of ArangoDB to use for the deployment
43+
--version string Version of ArangoDB to use for the deployment (default "default")
4444
```
4545

4646
## Options Inherited From Parent Commands

site/content/3.10/arangograph/oasisctl/create/create-private-endpoint-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ oasisctl create private endpoint service [flags]
1919
--azure-client-subscription-id strings List of Azure subscription IDs from which a Private Endpoint can be created
2020
-d, --deployment-id string Identifier of the deployment that the private endpoint service is connected to
2121
--description string Description of the private endpoint service
22+
--enable-private-dns Enable private DNS for the deployment (applicable for AWS and GKE only)
2223
--gcp-project strings List of GCP projects from which a Private Endpoint can be created
2324
-h, --help help for service
2425
--name string Name of the private endpoint service

site/content/3.10/arangograph/oasisctl/update/update-private-endpoint-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ oasisctl update private endpoint service [flags]
1919
--azure-client-subscription-id strings List of Azure subscription IDs from which a Private Endpoint can be created
2020
-d, --deployment-id string Identifier of the deployment that the private endpoint service is connected to
2121
--description string Description of the private endpoint service
22+
--enable-private-dns Enable private DNS (applicable for AWS only)
2223
--gcp-project strings List of GCP projects from which a Private Endpoint can be created
2324
-h, --help help for service
2425
--name string Name of the private endpoint service

site/content/3.10/arangograph/security-and-access-control/_index.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,25 +218,31 @@ The roles below are described following this pattern:
218218
- `crypto.cacertificate.get`
219219
- `crypto.cacertificate.list`
220220

221+
**Dataloader Administrator** (`dataloader-admin`):
222+
- `dataloader.deployment.import`
223+
221224
**Deployment Administrator** (`deployment-admin`):
222225
- `data.cpusize.list`
223226
- `data.deployment.create`
224227
- `data.deployment.create-test-database`
225228
- `data.deployment.delete`
226229
- `data.deployment.get`
227230
- `data.deployment.list`
231+
- `data.deployment.pause`
228232
- `data.deployment.rebalance-shards`
229233
- `data.deployment.resume`
230234
- `data.deployment.rotate-server`
231235
- `data.deployment.update`
232236
- `data.deployment.update-scheduled-root-password-rotation`
233237
- `data.deploymentfeatures.get`
238+
- `data.deploymentmodel.list`
234239
- `data.deploymentprice.calculate`
235240
- `data.diskperformance.list`
236241
- `data.limits.get`
237242
- `data.nodesize.list`
238243
- `data.presets.list`
239244
- `monitoring.logs.get`
245+
- `monitoring.metrics.get`
240246
- `notification.deployment-notification.list`
241247
- `notification.deployment-notification.mark-as-read`
242248
- `notification.deployment-notification.mark-as-unread`
@@ -248,26 +254,36 @@ The roles below are described following this pattern:
248254
- `data.deployment.list`
249255
- `data.deploymentcredentials.get`
250256
- `data.deploymentfeatures.get`
257+
- `data.deploymentmodel.list`
251258
- `data.deploymentprice.calculate`
252259
- `data.diskperformance.list`
253260
- `data.limits.get`
254261
- `data.nodesize.list`
255262
- `data.presets.list`
256263
- `monitoring.logs.get`
264+
- `monitoring.metrics.get`
257265
- `notification.deployment-notification.list`
258266
- `notification.deployment-notification.mark-as-read`
259267
- `notification.deployment-notification.mark-as-unread`
260268

269+
**Deployment Full Access User** (`deployment-full-access-user`):
270+
- `data.deployment.full-access`
271+
272+
**Deployment Read Only User** (`deployment-read-only-user`):
273+
- `data.deployment.read-only-access`
274+
261275
**Deployment Viewer** (`deployment-viewer`):
262276
- `data.cpusize.list`
263277
- `data.deployment.get`
264278
- `data.deployment.list`
265279
- `data.deploymentfeatures.get`
280+
- `data.deploymentmodel.list`
266281
- `data.deploymentprice.calculate`
267282
- `data.diskperformance.list`
268283
- `data.limits.get`
269284
- `data.nodesize.list`
270285
- `data.presets.list`
286+
- `monitoring.metrics.get`
271287
- `notification.deployment-notification.list`
272288
- `notification.deployment-notification.mark-as-read`
273289
- `notification.deployment-notification.mark-as-unread`
@@ -333,6 +349,14 @@ The roles below are described following this pattern:
333349
- `metrics.token.revoke`
334350
- `metrics.token.update`
335351

352+
**Migration Administrator** (`migration-admin`):
353+
- `replication.deploymentmigration.create`
354+
- `replication.deploymentmigration.delete`
355+
- `replication.deploymentmigration.get`
356+
357+
**MLServices Admin** (`mlservices-admin`):
358+
- `ml.mlservices.get`
359+
336360
**Notebook Administrator** (`notebook-admin`):
337361
- `notebook.model.list`
338362
- `notebook.notebook.create`
@@ -406,6 +430,7 @@ The roles below are described following this pattern:
406430
- `replication.deployment.clone-from-backup`
407431
- `replication.deploymentreplication.get`
408432
- `replication.deploymentreplication.update`
433+
- `replication.migration-forwarder.upgrade-connection`
409434

410435
**Role Administrator** (`role-admin`):
411436
- `iam.role.create`
@@ -482,11 +507,13 @@ Note that if the tier is "internal", there is an `internal-dashboard` API that s
482507
| `billing` | `paymentmethod` | `create`, `delete`, `get`, `get-default`, `list`, `set-default`, `update`
483508
| `billing` | `paymentprovider` | `list`
484509
| `crypto` | `cacertificate` | `create`, `delete`, `get`, `list`, `set-default`, `update`
510+
| `dataloader` | `deployment` | `import`
485511
| `data` | `cpusize` | `list`
486512
| `data` | `deploymentcredentials` | `get`
487513
| `data` | `deploymentfeatures` | `get`
514+
| `data` | `deploymentmodel` | `list`
488515
| `data` | `deploymentprice` | `calculate`
489-
| `data` | `deployment` | `create`, `create-test-database`, `delete`, `get`, `list`, `rebalance-shards`, `restore-backup`, `resume`, `rotate-server`, `update`, `update-scheduled-root-password-rotation`
516+
| `data` | `deployment` | `create`, `create-test-database`, `delete`, `full-access`, `get`, `list`, `pause`, `read-only-access`, `rebalance-shards`, `restore-backup`, `resume`, `rotate-server`, `update`, `update-scheduled-root-password-rotation`
490517
| `data` | `diskperformance` | `list`
491518
| `data` | `limits` | `get`
492519
| `data` | `nodesize` | `list`
@@ -500,14 +527,18 @@ Note that if the tier is "internal", there is an `internal-dashboard` API that s
500527
| `iam` | `user` | `get-personal-data`, `update`
501528
| `metrics` | `endpoint` | `get`
502529
| `metrics` | `token` | `create`, `delete`, `get`, `list`, `revoke`, `update`
530+
| `ml` | `mlservices` | `get`
503531
| `monitoring` | `logs` | `get`
532+
| `monitoring` | `metrics` | `get`
504533
| `network` | `privateendpointservice` | `create`, `get`, `get-by-deployment-id`, `get-feature`, `update`
505534
| `notebook` | `model` | `list`
506535
| `notebook` | `notebook` | `create`, `delete`, `execute`, `get`, `list`, `pause`, `resume`, `update`
507536
| `notification` | `deployment-notification` | `list`, `mark-as-read`, `mark-as-unread`
508537
| `prepaid` | `prepaiddeployment` | `get`, `list`
538+
| `replication` | `deploymentmigration` | `create`, `delete`, `get`
509539
| `replication` | `deploymentreplication` | `get`, `update`
510540
| `replication` | `deployment` | `clone-from-backup`
541+
| `replication` | `migration-forwarder` | `upgrade-connection`
511542
| `resourcemanager` | `organization-invite` | `create`, `delete`, `get`, `list`, `update`
512543
| `resourcemanager` | `organization` | `delete`, `get`, `update`
513544
| `resourcemanager` | `project` | `create`, `delete`, `get`, `list`, `update`

site/content/3.11/arangograph/oasisctl/create/create-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ oasisctl create deployment [flags]
4040
-o, --organization-id string Identifier of the organization to create the deployment in
4141
-p, --project-id string Identifier of the project to create the deployment in
4242
-r, --region-id string Identifier of the region to create the deployment in
43-
--version string Version of ArangoDB to use for the deployment
43+
--version string Version of ArangoDB to use for the deployment (default "default")
4444
```
4545

4646
## Options Inherited From Parent Commands

site/content/3.11/arangograph/oasisctl/create/create-private-endpoint-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ oasisctl create private endpoint service [flags]
1919
--azure-client-subscription-id strings List of Azure subscription IDs from which a Private Endpoint can be created
2020
-d, --deployment-id string Identifier of the deployment that the private endpoint service is connected to
2121
--description string Description of the private endpoint service
22+
--enable-private-dns Enable private DNS for the deployment (applicable for AWS and GKE only)
2223
--gcp-project strings List of GCP projects from which a Private Endpoint can be created
2324
-h, --help help for service
2425
--name string Name of the private endpoint service

site/content/3.11/arangograph/oasisctl/update/update-private-endpoint-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ oasisctl update private endpoint service [flags]
1919
--azure-client-subscription-id strings List of Azure subscription IDs from which a Private Endpoint can be created
2020
-d, --deployment-id string Identifier of the deployment that the private endpoint service is connected to
2121
--description string Description of the private endpoint service
22+
--enable-private-dns Enable private DNS (applicable for AWS only)
2223
--gcp-project strings List of GCP projects from which a Private Endpoint can be created
2324
-h, --help help for service
2425
--name string Name of the private endpoint service

site/content/3.11/arangograph/security-and-access-control/_index.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,25 +218,31 @@ The roles below are described following this pattern:
218218
- `crypto.cacertificate.get`
219219
- `crypto.cacertificate.list`
220220

221+
**Dataloader Administrator** (`dataloader-admin`):
222+
- `dataloader.deployment.import`
223+
221224
**Deployment Administrator** (`deployment-admin`):
222225
- `data.cpusize.list`
223226
- `data.deployment.create`
224227
- `data.deployment.create-test-database`
225228
- `data.deployment.delete`
226229
- `data.deployment.get`
227230
- `data.deployment.list`
231+
- `data.deployment.pause`
228232
- `data.deployment.rebalance-shards`
229233
- `data.deployment.resume`
230234
- `data.deployment.rotate-server`
231235
- `data.deployment.update`
232236
- `data.deployment.update-scheduled-root-password-rotation`
233237
- `data.deploymentfeatures.get`
238+
- `data.deploymentmodel.list`
234239
- `data.deploymentprice.calculate`
235240
- `data.diskperformance.list`
236241
- `data.limits.get`
237242
- `data.nodesize.list`
238243
- `data.presets.list`
239244
- `monitoring.logs.get`
245+
- `monitoring.metrics.get`
240246
- `notification.deployment-notification.list`
241247
- `notification.deployment-notification.mark-as-read`
242248
- `notification.deployment-notification.mark-as-unread`
@@ -248,26 +254,36 @@ The roles below are described following this pattern:
248254
- `data.deployment.list`
249255
- `data.deploymentcredentials.get`
250256
- `data.deploymentfeatures.get`
257+
- `data.deploymentmodel.list`
251258
- `data.deploymentprice.calculate`
252259
- `data.diskperformance.list`
253260
- `data.limits.get`
254261
- `data.nodesize.list`
255262
- `data.presets.list`
256263
- `monitoring.logs.get`
264+
- `monitoring.metrics.get`
257265
- `notification.deployment-notification.list`
258266
- `notification.deployment-notification.mark-as-read`
259267
- `notification.deployment-notification.mark-as-unread`
260268

269+
**Deployment Full Access User** (`deployment-full-access-user`):
270+
- `data.deployment.full-access`
271+
272+
**Deployment Read Only User** (`deployment-read-only-user`):
273+
- `data.deployment.read-only-access`
274+
261275
**Deployment Viewer** (`deployment-viewer`):
262276
- `data.cpusize.list`
263277
- `data.deployment.get`
264278
- `data.deployment.list`
265279
- `data.deploymentfeatures.get`
280+
- `data.deploymentmodel.list`
266281
- `data.deploymentprice.calculate`
267282
- `data.diskperformance.list`
268283
- `data.limits.get`
269284
- `data.nodesize.list`
270285
- `data.presets.list`
286+
- `monitoring.metrics.get`
271287
- `notification.deployment-notification.list`
272288
- `notification.deployment-notification.mark-as-read`
273289
- `notification.deployment-notification.mark-as-unread`
@@ -333,6 +349,14 @@ The roles below are described following this pattern:
333349
- `metrics.token.revoke`
334350
- `metrics.token.update`
335351

352+
**Migration Administrator** (`migration-admin`):
353+
- `replication.deploymentmigration.create`
354+
- `replication.deploymentmigration.delete`
355+
- `replication.deploymentmigration.get`
356+
357+
**MLServices Admin** (`mlservices-admin`):
358+
- `ml.mlservices.get`
359+
336360
**Notebook Administrator** (`notebook-admin`):
337361
- `notebook.model.list`
338362
- `notebook.notebook.create`
@@ -406,6 +430,7 @@ The roles below are described following this pattern:
406430
- `replication.deployment.clone-from-backup`
407431
- `replication.deploymentreplication.get`
408432
- `replication.deploymentreplication.update`
433+
- `replication.migration-forwarder.upgrade-connection`
409434

410435
**Role Administrator** (`role-admin`):
411436
- `iam.role.create`
@@ -482,11 +507,13 @@ Note that if the tier is "internal", there is an `internal-dashboard` API that s
482507
| `billing` | `paymentmethod` | `create`, `delete`, `get`, `get-default`, `list`, `set-default`, `update`
483508
| `billing` | `paymentprovider` | `list`
484509
| `crypto` | `cacertificate` | `create`, `delete`, `get`, `list`, `set-default`, `update`
510+
| `dataloader` | `deployment` | `import`
485511
| `data` | `cpusize` | `list`
486512
| `data` | `deploymentcredentials` | `get`
487513
| `data` | `deploymentfeatures` | `get`
514+
| `data` | `deploymentmodel` | `list`
488515
| `data` | `deploymentprice` | `calculate`
489-
| `data` | `deployment` | `create`, `create-test-database`, `delete`, `get`, `list`, `rebalance-shards`, `restore-backup`, `resume`, `rotate-server`, `update`, `update-scheduled-root-password-rotation`
516+
| `data` | `deployment` | `create`, `create-test-database`, `delete`, `full-access`, `get`, `list`, `pause`, `read-only-access`, `rebalance-shards`, `restore-backup`, `resume`, `rotate-server`, `update`, `update-scheduled-root-password-rotation`
490517
| `data` | `diskperformance` | `list`
491518
| `data` | `limits` | `get`
492519
| `data` | `nodesize` | `list`
@@ -500,14 +527,18 @@ Note that if the tier is "internal", there is an `internal-dashboard` API that s
500527
| `iam` | `user` | `get-personal-data`, `update`
501528
| `metrics` | `endpoint` | `get`
502529
| `metrics` | `token` | `create`, `delete`, `get`, `list`, `revoke`, `update`
530+
| `ml` | `mlservices` | `get`
503531
| `monitoring` | `logs` | `get`
532+
| `monitoring` | `metrics` | `get`
504533
| `network` | `privateendpointservice` | `create`, `get`, `get-by-deployment-id`, `get-feature`, `update`
505534
| `notebook` | `model` | `list`
506535
| `notebook` | `notebook` | `create`, `delete`, `execute`, `get`, `list`, `pause`, `resume`, `update`
507536
| `notification` | `deployment-notification` | `list`, `mark-as-read`, `mark-as-unread`
508537
| `prepaid` | `prepaiddeployment` | `get`, `list`
538+
| `replication` | `deploymentmigration` | `create`, `delete`, `get`
509539
| `replication` | `deploymentreplication` | `get`, `update`
510540
| `replication` | `deployment` | `clone-from-backup`
541+
| `replication` | `migration-forwarder` | `upgrade-connection`
511542
| `resourcemanager` | `organization-invite` | `create`, `delete`, `get`, `list`, `update`
512543
| `resourcemanager` | `organization` | `delete`, `get`, `update`
513544
| `resourcemanager` | `project` | `create`, `delete`, `get`, `list`, `update`

site/content/3.12/arangograph/oasisctl/create/create-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ oasisctl create deployment [flags]
4040
-o, --organization-id string Identifier of the organization to create the deployment in
4141
-p, --project-id string Identifier of the project to create the deployment in
4242
-r, --region-id string Identifier of the region to create the deployment in
43-
--version string Version of ArangoDB to use for the deployment
43+
--version string Version of ArangoDB to use for the deployment (default "default")
4444
```
4545

4646
## Options Inherited From Parent Commands

site/content/3.12/arangograph/oasisctl/create/create-private-endpoint-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ oasisctl create private endpoint service [flags]
1919
--azure-client-subscription-id strings List of Azure subscription IDs from which a Private Endpoint can be created
2020
-d, --deployment-id string Identifier of the deployment that the private endpoint service is connected to
2121
--description string Description of the private endpoint service
22+
--enable-private-dns Enable private DNS for the deployment (applicable for AWS and GKE only)
2223
--gcp-project strings List of GCP projects from which a Private Endpoint can be created
2324
-h, --help help for service
2425
--name string Name of the private endpoint service

0 commit comments

Comments
 (0)