You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-jobs/how-to/run-job.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,14 @@ The **Job runs** section contains basic monitoring information for your jobs:
53
53
54
54
Depending on the settings used, Serverless Jobs can have dependencies on other products, such as:
55
55
56
+
-**Serverless Jobs**: base product permissions
56
57
-**Secret Manager**: to securely inject data into jobs
57
58
-**Container Registry**: to store images of jobs
58
59
59
-
Executing a Serverless Job can fail if some permissions are not definied properly in an [IAM policy](/iam/how-to/create-policy/), for example:
60
+
Executing a Serverless Job can fail if some permissions are not defined properly in an [IAM policy](/iam/how-to/create-policy/), for example:
60
61
62
+
-`ServerlessJobsFullAccess` is required to start the Job.
61
63
- If the job definition uses an image from **Container Registry**, add the `ContainerRegistryReadOnly` permission.
62
64
- If the job definition consumes data from **Secret Manager**, add the `SecretManagerSecretAccess` permission.
63
65
64
-
Refer to the [dedicated documentation](/serverless-jobs/how-to/monitor-job/) for comprehensive information on how to monitor jobs using Scaleway Cockpit.
66
+
Refer to the [dedicated documentation](/serverless-jobs/how-to/monitor-job/) for comprehensive information on how to monitor jobs using Scaleway Cockpit.
0 commit comments