Skip to content

Commit ecd8e75

Browse files
authored
feat(key-manager): review before GA (#5475)
1 parent 9892d4d commit ecd8e75

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

pages/key-manager/faq.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Key Manager
33
description: Explore Scaleway Key Manager with our comprehensive FAQ covering security, key types, and more.
44
dates:
5-
validation: 2025-07-24
5+
validation: 2025-08-28
66
productIcon: KmsProductIcon
77
---
88

@@ -22,7 +22,7 @@ Read our [dedicated documentation](/key-manager/reference-content/understanding-
2222

2323
## Which cryptographic operations does Key Manager support?
2424

25-
Key Manager supports the three following cryptographic operations:
25+
Key Manager supports the following cryptographic operations:
2626

2727
- [Encryption](/key-manager/concepts/#encryption)
2828
- [Decryption](/key-manager/concepts/#decryption)
@@ -50,3 +50,9 @@ When you delete a key, it is scheduled for deletion. This lets you mark a key an
5050
During this time, you can read your key version but cannot edit, access, or delete it. After the retention period, the key and its version are permanently deleted.
5151

5252
Recovering keys [scheduled for deletion](/key-manager/concepts/#scheduled-deletion) is billed €0.01 per key.
53+
54+
## How is Key Manager billed?
55+
56+
- Symmeric and asymmetric key storage is billed €0.04 per key version monthly.
57+
- Symmeric and asymmetric key operation is billed €0.03 per 10,000 requests.
58+
- Restoring a key scheduled for deletion is billed €0.01 per key.

pages/key-manager/how-to/create-km-key.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a Key Manager key
33
description: Discover how to create a key from the Scaleway console to decrypt your data using Scaleway's Key Manager.
44
tags: key-manager encryption data key
55
dates:
6-
validation: 2025-08-11
6+
validation: 2025-08-27
77
posted: 2025-02-06
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -18,7 +18,7 @@ Scaleway's Key Manager allows you to create key encryption keys from the [Scalew
1818

1919
## How to create a Key Manager key
2020

21-
1. Click **Key Manager** in the **Security and Identity section** of the [Scaleway console](https://console.scaleway.com) side menu.
21+
1. Click **Key Manager** in the **Security & Identity** section of the [Scaleway console](https://console.scaleway.com) side menu.
2222
2. Click **+ Create key**.
2323
3. Choose the region in which you want to create your key.
2424
4. Enter a name, a description, and optional tags for your key.
@@ -30,4 +30,4 @@ Scaleway's Key Manager allows you to create key encryption keys from the [Scalew
3030
<Message type="note">
3131
Key protection allows you to protect your key from accidental deletion.
3232
</Message>
33-
7. Click **Create key**. Your key's **Overview** page displays.
33+
7. Check the estimated cost, then click **Create key**. Your key's **Overview** page displays.

pages/key-manager/how-to/create-manage-dek.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and manage a Key Manager data encryption key
33
description: Discover how to create a data encryption key from the Scaleway console to encrypt and decrypt your payloads using Scaleway's Key Manager.
44
tags: key-manager data-encryption-key data key payload encryption
55
dates:
6-
validation: 2025-08-11
6+
validation: 2025-08-28
77
posted: 2025-02-06
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -26,7 +26,7 @@ You can then use your Key Manager key to encrypt your DEK.
2626

2727
## How to create and manage a data encryption key (DEK)
2828

29-
1. Click Key Manager in the **Security and Identity section** of the [Scaleway console](https://console.scaleway.com) side menu. Your keys display.
29+
1. Click Key Manager in the **Security & Identity** section of the [Scaleway console](https://console.scaleway.com) side menu. Your keys display.
3030
2. Click the key for which to create a data encryption key.
3131
3. Scroll down to the **Create data encryption key** section.
3232
4. Click **Create data encryption key**. A pop-up displays with the [ciphertext](/key-manager/concepts/#ciphertext) of your DEK.

pages/key-manager/how-to/delete-km-keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Schedule a Key Manager key deletion
33
description: Discover how to delete a Key Manager key from the Scaleway console.
44
tags: key-manager delete key
55
dates:
6-
validation: 2025-07-24
6+
validation: 2025-08-28
77
posted: 2025-02-06
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/key-manager/how-to/rotate-kem-keys.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Rotate keys using the Scaleway console
33
description: Discover how to rotate a key from the Scaleway console to decrypt your data using Scaleway's Key Manager.
44
tags: key-manager rotation key-version
55
dates:
6-
validation: 2025-08-11
6+
validation: 2025-08-28
77
posted: 2025-02-06
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -13,6 +13,8 @@ Key rotation is a critical security practice that ensures that encryption keys a
1313

1414
This reduces the risk of exposure if a key is compromised, thus enhancing the overall security and resilience of your system. For symmetric encryption, it is generally recommended to rotate keys every 30 to 90 days.
1515

16+
Note that you **cannot rotate keys with a usage set to asymmetric encryption and/or signature**.
17+
1618
<Requirements />
1719

1820
- A Scaleway account logged into the [console](https://console.scaleway.com)

0 commit comments

Comments
 (0)