Skip to content

Commit ffe991d

Browse files
authored
docs(sem): weekly review (#4528)
1 parent 729dcf6 commit ffe991d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pages/secret-manager/api-cli/create-secret-with-type.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: secret-management type secret-manager api create
99
categories:
1010
- identity-and-access-management
1111
dates:
12-
validation: 2024-08-28
12+
validation: 2025-03-03
1313
posted: 2024-04-05
1414
---
1515

@@ -20,9 +20,10 @@ This documentation shows you how to create a `database credentials` secret type,
2020
- A Scaleway account logged into the [console](https://console.scaleway.com)
2121
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2222
- A valid [API key](/iam/how-to/create-api-keys/)
23+
- Installed [curl](https://curl.se/)
2324

2425

25-
1. Open a terminal and run the following command to create your `database credentials` secret type. Make sure that you replace `$SECRET_KEY` and `$SCW_PROJECT_ID` with your own values.
26+
1. Open a terminal and run the following command to create your `database_credentials` secret type. Make sure that you replace `$SECRET_KEY` and `$SCW_PROJECT_ID` with your own values.
2627
```
2728
curl -q \
2829
-H "X-Auth-Token: $SECRET_KEY" \

0 commit comments

Comments
 (0)