Skip to content

Commit 709c5e9

Browse files
fix(jobs): missing permissions to start job (#5955)
* fix(jobs): missing permissions to start job * Apply suggestions from code review Co-authored-by: Rowena Jones <[email protected]> --------- Co-authored-by: Rowena Jones <[email protected]>
1 parent b7ba96c commit 709c5e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pages/serverless-jobs/how-to/run-job.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@ The **Job runs** section contains basic monitoring information for your jobs:
5353

5454
Depending on the settings used, Serverless Jobs can have dependencies on other products, such as:
5555

56+
- **Serverless Jobs**: base product permissions
5657
- **Secret Manager**: to securely inject data into jobs
5758
- **Container Registry**: to store images of jobs
5859

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:
6061

62+
- `ServerlessJobsFullAccess` is required to start the Job.
6163
- If the job definition uses an image from **Container Registry**, add the `ContainerRegistryReadOnly` permission.
6264
- If the job definition consumes data from **Secret Manager**, add the `SecretManagerSecretAccess` permission.
6365

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

Comments
 (0)