Skip to content

Commit d49219c

Browse files
committed
docs(srv): upadate
1 parent 20934eb commit d49219c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

serverless/jobs/how-to/reference-secret-in-job.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ Serverless Jobs seamlessly integrates with [Secret Manager](/identity-and-access
1818

1919
You can reference any secret stored in Secret Manager in a job, without having to hardcode any sensitive data.
2020

21+
A [job run](/serverless/jobs/concepts/#job-run) accesses each secret at startup, and each access generates a call to the Secret Manager API, which is billed accordingly. Refer to the [Secret Manager pricing](/identity-and-access-management/secret-manager) for more information.
22+
2123
<Macro id="requirements" />
2224

2325
- A Scaleway account logged into the [console](https://console.scaleway.com)
2426
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2527
- [Created a Serverless Job](/serverless/jobs/how-to/create-job-from-scaleway-registry/)
2628
- [Created a secret](/identity-and-access-management/secret-manager/how-to/create-secret/)
2729

28-
## Reference a secret to a job
30+
## Reference a secret in a job
2931

3032
1. Click **Jobs** in the **Serverless** section of the side menu. The jobs page displays.
3133

0 commit comments

Comments
 (0)