diff --git a/pages/iam/how-to/log-in-as-a-member.mdx b/pages/iam/how-to/log-in-as-a-member.mdx index 6b10088321..951ee1f7a7 100644 --- a/pages/iam/how-to/log-in-as-a-member.mdx +++ b/pages/iam/how-to/log-in-as-a-member.mdx @@ -2,7 +2,7 @@ title: How to log into the Scaleway console for the first time as an IAM Member description: Instructions for logging into the Scaleway console for the first time as an IAM Member dates: - validation: 2025-04-30 + validation: 2025-11-13 posted: 2025-03-26 --- import LoginMember from '@macros/iam/login-member.mdx' diff --git a/pages/iam/reference-content/permission-sets.mdx b/pages/iam/reference-content/permission-sets.mdx index 6a9065aaf5..650939247e 100644 --- a/pages/iam/reference-content/permission-sets.mdx +++ b/pages/iam/reference-content/permission-sets.mdx @@ -2,7 +2,7 @@ title: Permission sets description: Explore how to define and manage permission sets for user access control. dates: - validation: 2025-05-02 + validation: 2025-11-13 --- Permissions sets and their scope make up [IAM rules](/iam/concepts/#rule), which define the access rights that a principal (user, group or application) should have. They consist of sets of one or multiple [permissions](/iam/concepts/#permission). @@ -43,7 +43,7 @@ Below is a list of the permission sets available at Scaleway. | NotificationManagerReadOnly | Read access to the notification manager | - Any user or application benefitting from the `IAMManager` and/or `OrganizationManager` permission sets is able to create policies giving themselves access to any other actions and resources within the Organization. + Any user or application benefiting from the `IAMManager` and/or `OrganizationManager` permission sets is able to create policies giving themselves access to any other actions and resources within the Organization. ## Scoped by Project @@ -300,7 +300,7 @@ Below is a list of the permission sets available at Scaleway. | Permission set | Description | | :--------------------------: | :-----------------------------------------------------------------------------------: | -| DataWarehouseReadOnly | Read access to Datawarehouse service | +| DataWarehouseReadOnly | Read access to Data Warehouse service | | DataWarehouseFullAccess | Full access to Data Warehouse service | #### Apache Kafka® diff --git a/pages/managed-databases-for-postgresql-and-mysql/api-cli/verify-ca-postgresql.mdx b/pages/managed-databases-for-postgresql-and-mysql/api-cli/verify-ca-postgresql.mdx index 944b94935e..0bac029431 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/api-cli/verify-ca-postgresql.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/api-cli/verify-ca-postgresql.mdx @@ -3,7 +3,7 @@ title: Verifying Servers' Certificate Authority on PostgreSQL description: Learn to verify the CA certificate for PostgreSQL using API/CLI. tags: verify-ca verify certificate authority postgresql dates: - validation: 2025-05-02 + validation: 2025-11-13 posted: 2023-04-01 --- @@ -11,11 +11,11 @@ The creation and management of TLS certificates is included in the Managed Datab A TLS certificate is generated automatically for your Database Instance upon its creation. -You can renew your certificates at any time (e.g., when you add a new endpoint). +You can renew your certificates any time (e.g., when you add a new endpoint). PostgreSQL natively supports SSL connections that enhance the security of client/server communications with TLS protocols. PostgreSQL does not, however, verify server certificates by default. -In this page, we show you two types of protection modes you can use to verify whether the servers connecting to your client are properly encrypted. +On this page, we show you two types of protection modes you can use to verify whether the servers connecting to your client are properly encrypted. We also show you how to run the verification using different languages, such as `psql`, `python`, `go`, and `js`. diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/apply-maintenance.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/apply-maintenance.mdx index 074474121f..b18ed7318e 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/how-to/apply-maintenance.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/apply-maintenance.mdx @@ -3,7 +3,7 @@ title: How to apply scheduled maintenance to a Database Instance description: This page explains how to apply maintenance to a Database Instance tags: managed-database postgresql mysql database-instance maintenance dates: - validation: 2025-05-02 + validation: 2025-11-13 posted: 2024-04-19 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/managed-databases-for-redis/api-cli/using-pub-sub-feature.mdx b/pages/managed-databases-for-redis/api-cli/using-pub-sub-feature.mdx index 2094c1508b..8600b44f07 100644 --- a/pages/managed-databases-for-redis/api-cli/using-pub-sub-feature.mdx +++ b/pages/managed-databases-for-redis/api-cli/using-pub-sub-feature.mdx @@ -3,7 +3,7 @@ title: Using Publish/Subscribe messaging with Redis™ description: Guide to using the Pub/Sub feature in Redis™ with API/CLI. tags: databases redis pub/sub messaging broker dates: - validation: 2025-05-02 + validation: 2025-11-13 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/managed-databases-for-redis/concepts.mdx b/pages/managed-databases-for-redis/concepts.mdx index 4a237a001e..7c9dcb291e 100644 --- a/pages/managed-databases-for-redis/concepts.mdx +++ b/pages/managed-databases-for-redis/concepts.mdx @@ -3,7 +3,7 @@ title: Managed Database for Redis™ - Concepts description: Understand the key concepts behind Scaleway Managed Databases for Redis™. tags: endpoint redis allowed-ip cluster cluster-mode availability horizontal-scaling tcp tls vertical-scaling dates: - validation: 2025-05-02 + validation: 2025-11-13 --- import RegionAndAz from '@macros/console/region-and-az.mdx' diff --git a/pages/managed-databases-for-redis/reference-content/default-user-permissions.mdx b/pages/managed-databases-for-redis/reference-content/default-user-permissions.mdx index c8e8d8f373..0b64b95923 100644 --- a/pages/managed-databases-for-redis/reference-content/default-user-permissions.mdx +++ b/pages/managed-databases-for-redis/reference-content/default-user-permissions.mdx @@ -3,7 +3,7 @@ title: Understanding default user permissions description: Reference guide to default user permissions for Redis™ databases. tags: databases user redis username password dates: - validation: 2025-05-02 + validation: 2025-11-13 --- When you create a Redis™* Database Instance, you have to specify a user. It will be created with the following permissions: diff --git a/pages/managed-databases-for-redis/reference-content/ensuring-data-persistence.mdx b/pages/managed-databases-for-redis/reference-content/ensuring-data-persistence.mdx index 3fe4598b82..fe27a8b048 100644 --- a/pages/managed-databases-for-redis/reference-content/ensuring-data-persistence.mdx +++ b/pages/managed-databases-for-redis/reference-content/ensuring-data-persistence.mdx @@ -3,7 +3,7 @@ title: Ensuring data persistence description: Learn how to ensure data persistence in your Scaleway Redis™ database. tags: databases user redis username password dates: - validation: 2025-05-02 + validation: 2025-11-13 --- Data persistence ensures that the data from your applications is saved, in memory or on a disk, even when there are no ongoing sessions where the data is treated. The method used to preserve data between sessions and avoid data loss varies depending on the compute resource you use to treat your data. It also depends on the way your data is stored. diff --git a/pages/managed-mongodb-databases/api-cli/managing-users-api.mdx b/pages/managed-mongodb-databases/api-cli/managing-users-api.mdx index 1035409440..259e7f9709 100644 --- a/pages/managed-mongodb-databases/api-cli/managing-users-api.mdx +++ b/pages/managed-mongodb-databases/api-cli/managing-users-api.mdx @@ -3,7 +3,7 @@ title: Managing MongoDB® users with the Scaleway API description: This page explains how to manage MongoDB® users via the API tags: managed-database database postgresql mongodb database-instance mongodb dates: - validation: 2025-05-08 + validation: 2025-11-13 posted: 2025-04-08 --- diff --git a/pages/transactional-email/api-cli/use-webhooks-with-sns-topics.mdx b/pages/transactional-email/api-cli/use-webhooks-with-sns-topics.mdx index fb9fb11084..0190430d2a 100644 --- a/pages/transactional-email/api-cli/use-webhooks-with-sns-topics.mdx +++ b/pages/transactional-email/api-cli/use-webhooks-with-sns-topics.mdx @@ -3,7 +3,7 @@ title: Setting up and using TEM webhooks with Topics and Events description: Learn to monitor and manage email activity in Scaleway Transactional Email. tags: transactional webhooks sns managed-services dates: - validation: 2025-05-02 + validation: 2025-11-13 posted: 2024-07-18 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/transactional-email/how-to/create-webhooks.mdx b/pages/transactional-email/how-to/create-webhooks.mdx index b0d653293b..33db81f60c 100644 --- a/pages/transactional-email/how-to/create-webhooks.mdx +++ b/pages/transactional-email/how-to/create-webhooks.mdx @@ -3,7 +3,7 @@ title: How to create and manage TEM webhooks description: Learn to monitor and manage email activity in Scaleway Transactional Email. tags: transactional webhooks sns managed-services dates: - validation: 2025-05-02 + validation: 2025-11-13 posted: 2024-08-07 --- import Requirements from '@macros/iam/requirements.mdx'