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/iam/reference-content/permission-sets.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Below is a list of the permission sets available at Scaleway.
65
65
| FunctionsFullAccess | Full access to create, read, list, edit and delete Functions |
66
66
| MessagingAndQueuingReadOnly | List and read access to Messaging |
67
67
| MessagingAndQueuingFullAccess | Full access to create, read, list, edit and delete Messaging |
68
-
| ServerlessJobsFullAccess | Full access to create, read, list, edit and delete job definition/run |
68
+
| ServerlessJobsFullAccess | Full access to create, read, list, edit and delete job definition/run. To start a job, in some conditions permissions to Registry and Secret Manager can be required.|
69
69
| ServerlessJobsReadOnly | List and read access to job definition/run |
70
70
| ServerlessSQLDatabaseReadOnly| List and read access to Serverless SQL Database |
71
71
| ServerlessSQLDatabaseReadWrite| List, read and write access to Serverless SQL Database. Includes data and table structure edition. Does not include permissions to create databases or edit settings |
Copy file name to clipboardExpand all lines: pages/serverless-jobs/how-to/create-job.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,13 @@ Scaleway's Serverless Jobs allows you to create jobs from several container [reg
49
49
<Tabs>
50
50
<TabsTablabel="Data">
51
51
1. Declare [environment variables](/serverless-jobs/concepts/#environment-variables) you want to inject into your job. For each environment variable, click **+Add variable** and enter the key/value pair.
52
-
2. Add [secrets references](/serverless-functions/concepts/#secrets) for your Job. Secret references are environment variables fetched from [Scaleway Secret Manager](/secret-manager/) that are injected into your job, but the values are not retained or displayed by Scaleway after initial validation.
52
+
2. Add [secrets references](/serverless-functions/concepts/#secrets) for your Job. Secret references are environment variables fetched from [Scaleway Secret Manager](/secret-manager/) that are injected into your job, but the values are not retained or displayed by Scaleway after initial validation.
53
53
<Messagetype="note">
54
54
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
55
55
</Message>
56
56
</TabsTab>
57
57
<TabsTablabel="Storage">
58
-
- Customize the ephemeral storage for your job according to your requirements. The data stored in your job is not retained once it is finished.
58
+
- Customize the ephemeral storage for your job according to your requirements. The data stored in your job is not retained once it is finished.
59
59
</TabsTab>
60
60
<TabsTablabel="Execution">
61
61
1. Add a **startup command** to your job. It will be executed every time your job is run.
@@ -114,13 +114,13 @@ Private external container registries are currently not supported.
114
114
<Tabs>
115
115
<TabsTablabel="Data">
116
116
1. Declare [environment variables](/serverless-jobs/concepts/#environment-variables) you want to inject into your job. For each environment variable, click **+Add variable** and enter the key/value pair.
117
-
2. Add [secrets references](/serverless-functions/concepts/#secrets) for your Job. Secret references are environment variables fetched from [Scaleway Secret Manager](/secret-manager/) that are injected into your job, but the values are not retained or displayed by Scaleway after initial validation.
117
+
2. Add [secrets references](/serverless-functions/concepts/#secrets) for your Job. Secret references are environment variables fetched from [Scaleway Secret Manager](/secret-manager/) that are injected into your job, but the values are not retained or displayed by Scaleway after initial validation.
118
118
<Messagetype="note">
119
119
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
120
120
</Message>
121
121
</TabsTab>
122
122
<TabsTablabel="Storage">
123
-
- Customize the ephemeral storage for your job according to your requirements. The data stored in your job is not retained once it is finished.
123
+
- Customize the ephemeral storage for your job according to your requirements. The data stored in your job is not retained once it is finished.
124
124
</TabsTab>
125
125
<TabsTablabel="Execution">
126
126
1. Add a **startup command** to your job. It will be executed every time your job is run.
Copy file name to clipboardExpand all lines: pages/serverless-jobs/troubleshooting/job-in-error-state.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,6 @@ My job run is in an error state.
15
15
16
16
- Make sure that you have built your image for an `amd64` architecture, as `arm64` is not supported. See the [Architecture](/serverless-jobs/reference-content/jobs-limitations/#architecture) documentation for more information.
17
17
18
-
- Make sure that your deployment does not exceed the limitations of [Serverless Jobs](/serverless-jobs/reference-content/jobs-limitations/).
18
+
- Make sure that your deployment does not exceed the limitations of [Serverless Jobs](/serverless-jobs/reference-content/jobs-limitations/).
19
+
20
+
- Make sure to use the correct permissions when other products are involved [Permission dependencies](/serverless-jobs/how-to/run-job/#permissions-and-product-dependencies)
0 commit comments