Skip to content

Commit aacbbe4

Browse files
committed
docs(add): recover secrets page + menu entry
1 parent 1579a35 commit aacbbe4

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,10 @@
555555
"label": "Delete a secret",
556556
"slug": "delete-secret"
557557
},
558+
{
559+
"label": "Recover secrets scheduled for deletion",
560+
"slug": "recover-secrets"
561+
},
558562
{
559563
"label": "Delete a version",
560564
"slug": "delete-version"

pages/secret-manager/how-to/delete-secret.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This page explains how to [schedule secret deletion](/secret-manager/concepts/#s
3131
<Message type="important">
3232
- Although you cannot delete a [protected secret](/secret-manager/concepts/#secret-protection), you can delete its versions
3333
- Deleting a secret is a permanent action. It erases every version you have created for your secret
34-
- Scheduled deletion does not delete your secret immediately unless it is an ephemeral secret. Find out how to recover secrets scheduled for deletion.
34+
- Scheduled deletion does not delete your secret immediately unless it is an ephemeral secret. [Find out how to recover secrets scheduled for deletion](/secret-manager/how-to/recover-secrets/).
3535
</Message>
3636

3737

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
meta:
3+
title: How to recover secrets scheduled for deletion
4+
description: Discover how to securely delete secrets using the Scaleway console. Follow these steps to manage your sensitive data effectively.
5+
content:
6+
h1: How to recover secrets scheduled for deletion
7+
paragraph: Discover how to securely delete secrets using Scaleway's intuitive console. Follow these steps to manage your sensitive data effectively.
8+
tags: secret sensitive-data scheduled-deletion recover-secret
9+
dates:
10+
validation: 2025-03-19
11+
posted: 2025-03-19
12+
categories:
13+
- identity-and-access-management
14+
---
15+
16+
This page shows you how to recover secrets scheduled for deletion using the Scaleway console. Once you schedule a secret for deletion, it enters a 7 day pending deletion period, during which you can still recover it.
17+
After this retention period, the secret and all its versions are permanently deleted.
18+
19+
<Message type="important">
20+
Scheduled deletion deletes ephemeral secrets and their versions immediately
21+
</Message>
22+
23+
<Macro id="requirements" />
24+
25+
- A Scaleway account logged into the [console](https://console.scaleway.com)
26+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
27+
- [Generated an API key](/iam/how-to/create-api-keys/) and enabled the `SecretManagerFullAccess` [permission set](/iam/reference-content/permission-sets/)
28+
- Created a [secret](/secret-manager/how-to/create-secret/)
29+
- Scheduled secrets for deletion
30+
31+
1. Click **Secret Manager** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu.
32+
2. Select the [region](/secret-manager/concepts/#region) in which to recover the secret, in the **Region** drop-down.
33+
3. Click the **Scheduled for deletion** tab. Your secrets dispaly.
34+
4. Click <Icon name="more" /> next to the secret you want to recover and click **Recover**. A pop-up displays with the estimated cost for recovering the secret.
35+
<Message type="note">
36+
Recovering a secret is billed €0.01 per version associated with the secret
37+
</Message>
38+
5. Click **Recover secret** to confirm. Your secret displays in the **Secrets** tab.

0 commit comments

Comments
 (0)