Skip to content

Commit 29d34a8

Browse files
committed
docs(add): scheduled deletion concept
1 parent 3bc33ab commit 29d34a8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pages/secret-manager/concepts.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover essential concepts of Scaleway Secret Manager, including secret versioning, ephemeral policies, and path management.
88
tags: secret-manager secret version
99
dates:
10-
validation: 2025-01-13
10+
validation: 2025-03-19
1111
---
1212

1313
## Disabling a version
@@ -109,6 +109,15 @@ Secret types refer to the different kinds of sensitive data you can store with S
109109

110110
Upon secret creation, you must choose a secret type that will also be applied to the secret version. All the secret's subsequent versions must be of the same type.
111111

112+
## Scheduled deletion
113+
114+
Scheduled deletion lets you mark a secret and its versions for deletion ahead of time. Instead of immediate deletion, the secret enters a 7 day pending deletion period, during which you can still recover it. During this time, you can read secret versions but cannot edit, access, or delete them. After the retention period, the secret and all its versions are permanently deleted.
115+
116+
Recovering your secrets is billed €0.01 per version associated with the secret.
117+
118+
Ephemeral secrets are deleted immediately when scheduled for deletion.
119+
120+
112121
## Tag
113122

114123
Tags allow you to organize your secrets. This gives you the possibility of sorting and filtering your secrets in any organizational pattern of your choice, which in turn helps you arrange, control, and monitor your secrets.

0 commit comments

Comments
 (0)