Skip to content

Commit 3060080

Browse files
authored
docs(secret-manager): faq review (#3737)
1 parent 9c44249 commit 3060080

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

faq/secret-manager.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: Secret Manager
77
hero: assets/secret-manager.webp
88
dates:
9-
validation: 2024-03-18
9+
validation: 2024-09-23
1010
category: identity-and-access-management
1111
---
1212

@@ -16,7 +16,7 @@ Scaleway Secret Manager is a secret management service that allows you to secure
1616

1717
## What types of secrets can I manage with Secret Manager?
1818

19-
You can manage different types of secrets, such as identifiers for databases, SaaS applications, third-party API keys, SSH keys, or certificates. Secret Manager also allows you to store your secrets in JSON format. Note that the maximum size of a secret is 64 KB.
19+
You can manage different types of secrets, such as identifiers for databases, SaaS applications, third-party API keys, SSH keys, or certificates. Secret Manager also allows you to store your secrets in JSON format. The maximum size of a secret is 64 KB.
2020

2121
## How can my applications access these secrets?
2222

@@ -30,9 +30,9 @@ The Secret Manager service is deployed in all Scaleway regions: PAR, WAW and AMS
3030

3131
Secret Manager allows you to control access to secrets through IAM policies. When you retrieve a secret, Secret Manager decrypts it and transmits it securely via TLS to your local environment. At no point does the service write or cache secrets in plain text on permanent storage.
3232

33-
## How does Scaleway Secret Manager Scaleway encrypt my secrets?
33+
## How does Secret Manager encrypt my secrets?
3434

35-
Secret Manager Scaleway uses envelope encryption (AES-256 encryption algorithm) to encrypt your secrets with an internal Key Management Service (KMS).
35+
Secret Manager uses envelope encryption (AES-256 encryption algorithm) to encrypt your secrets with an internal key management service.
3636
To understand the secrets encryption process, refer to our [related documentation](/identity-and-access-management/secret-manager/reference-content/data-encryption-with-secret-manager/).
3737

3838
## How is Scaleway Secret Manager billed?

0 commit comments

Comments
 (0)