Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/iam/how-to/log-in-as-a-member.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions pages/iam/reference-content/permission-sets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -43,7 +43,7 @@ Below is a list of the permission sets available at Scaleway.
| NotificationManagerReadOnly | Read access to the notification manager |

<Message type="important">
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.
</Message>

## Scoped by Project
Expand Down Expand Up @@ -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®
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ 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
---

The creation and management of TLS certificates is included in the Managed Database for PostgreSQL offers.

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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion pages/managed-databases-for-redis/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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™<sup>*</sup> Database Instance, you have to specify a user. It will be created with the following permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pages/transactional-email/how-to/create-webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down