diff --git a/containers/container-registry/how-to/connect-docker-cli.mdx b/containers/container-registry/how-to/connect-docker-cli.mdx
index bb63b5411b..876b0f67da 100644
--- a/containers/container-registry/how-to/connect-docker-cli.mdx
+++ b/containers/container-registry/how-to/connect-docker-cli.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Instructions for connecting Docker CLI to Scaleway's Container Registry.
tags: namespace docker-cli container-registry
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2019-02-25
categories:
- container-registry
@@ -29,10 +29,10 @@ Docker is a tool that makes it easy to manage container images. You can use Dock
4. Open a terminal window on your local computer.
5. Run the following command to log into the namespace:
```
- docker login rg.fr-par.scw.cloud/mynamespace -u nologin -p [SCW_SECRET_KEY]
+ docker login rg.fr-par.scw.cloud/mynamespace -u nologin --password-stdin <<< "$SCW_SECRET_KEY"
```
- Replace `[SCW_SECRET_KEY]` with your [API secret key](/identity-and-access-management/iam/how-to/create-api-keys/) and `mynamespace` with the name of your namespace.
+ Replace `"$SCW_SECRET_KEY"` with your [API secret key](/identity-and-access-management/iam/how-to/create-api-keys/) and `mynamespace` with the name of your namespace.
Once logged in, confirmation is displayed:
diff --git a/containers/container-registry/how-to/pull-images.mdx b/containers/container-registry/how-to/pull-images.mdx
index cd54fb5126..a7d6e4b8d9 100644
--- a/containers/container-registry/how-to/pull-images.mdx
+++ b/containers/container-registry/how-to/pull-images.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to pull container images from Scaleway's Container Registry.
tags: container-registry namespace
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2019-02-25
categories:
- container-registry
diff --git a/identity-and-access-management/iam/how-to/invite-user-to-orga.mdx b/identity-and-access-management/iam/how-to/invite-user-to-orga.mdx
index 21b50e34cf..39f94d8122 100644
--- a/identity-and-access-management/iam/how-to/invite-user-to-orga.mdx
+++ b/identity-and-access-management/iam/how-to/invite-user-to-orga.mdx
@@ -6,7 +6,7 @@ content:
h1: How to invite another user to an Organization
paragraph: Learn how to invite users to your Scaleway Organization
dates:
- validation: 2024-06-26
+ validation: 2025-01-06
posted: 2022-06-20
---
diff --git a/identity-and-access-management/iam/how-to/manage-applications.mdx b/identity-and-access-management/iam/how-to/manage-applications.mdx
index 5314eef136..c5b0fb26c2 100644
--- a/identity-and-access-management/iam/how-to/manage-applications.mdx
+++ b/identity-and-access-management/iam/how-to/manage-applications.mdx
@@ -6,7 +6,7 @@ content:
h1: How to manage IAM applications
paragraph: Learn how to manage applications using Scaleway IAM.
dates:
- validation: 2024-06-26
+ validation: 2025-01-06
posted: 2022-06-20
---
diff --git a/identity-and-access-management/organizations-and-projects/api-cli/index.mdx b/identity-and-access-management/organizations-and-projects/api-cli/index.mdx
new file mode 100644
index 0000000000..42d1f6cddc
--- /dev/null
+++ b/identity-and-access-management/organizations-and-projects/api-cli/index.mdx
@@ -0,0 +1,8 @@
+---
+meta:
+ title: Organizations and Projects - API/CLI Documentation
+ description: Learn to use the API and CLI for managing Organizations and Projects
+content:
+ h1: Organizations and Projects - API/CLI Documentation
+ paragraph: Learn to use the API and CLI for managing Organizations and Projects
+---
diff --git a/identity-and-access-management/iam/api-cli/managing-projects.mdx b/identity-and-access-management/organizations-and-projects/api-cli/managing-projects.mdx
similarity index 99%
rename from identity-and-access-management/iam/api-cli/managing-projects.mdx
rename to identity-and-access-management/organizations-and-projects/api-cli/managing-projects.mdx
index edde143bad..c4238df179 100644
--- a/identity-and-access-management/iam/api-cli/managing-projects.mdx
+++ b/identity-and-access-management/organizations-and-projects/api-cli/managing-projects.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to manage Projects with Scaleway's IAM API and CLI tools. Follow step-by-step instructions to streamline operations.
tags: API Projects IAM
dates:
- validation: 2024-07-02
+ validation: 2025-01-06
posted: 2022-07-25
categories:
- IAM
diff --git a/managed-databases/postgresql-and-mysql/how-to/clone-a-database-instance.mdx b/managed-databases/postgresql-and-mysql/how-to/clone-a-database-instance.mdx
index c5bec0ebfd..75c35d759a 100644
--- a/managed-databases/postgresql-and-mysql/how-to/clone-a-database-instance.mdx
+++ b/managed-databases/postgresql-and-mysql/how-to/clone-a-database-instance.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Step-by-step guide to cloning a PostgreSQL or MySQL Database Instance.
tags: managed-database database database-instance
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2019-10-20
categories:
- managed-databases
diff --git a/managed-databases/postgresql-and-mysql/how-to/configure-advanced-settings.mdx b/managed-databases/postgresql-and-mysql/how-to/configure-advanced-settings.mdx
index ab0a1f4b0d..a93cbe8822 100644
--- a/managed-databases/postgresql-and-mysql/how-to/configure-advanced-settings.mdx
+++ b/managed-databases/postgresql-and-mysql/how-to/configure-advanced-settings.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Guide to configuring advanced settings for your PostgreSQL and MySQL databases.
tags: managed-database postgresql mysql database-instance advanced-settings
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2019-05-11
categories:
- managed-databases
diff --git a/managed-databases/postgresql-and-mysql/how-to/create-read-replica.mdx b/managed-databases/postgresql-and-mysql/how-to/create-read-replica.mdx
index 74332ccd73..e5c9d2b74a 100644
--- a/managed-databases/postgresql-and-mysql/how-to/create-read-replica.mdx
+++ b/managed-databases/postgresql-and-mysql/how-to/create-read-replica.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to create Read Replicas for PostgreSQL and MySQL databases.
tags: managed-database read-replica read replicas
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2022-09-01
categories:
- managed-databases
@@ -41,6 +41,7 @@ Read Replicas allow you to scale your Database Instance for read-heavy database
- **Public network** - Resources in a public network are publicly visible by default. The default Access Control List (ACL) settings allow anybody to connect to resources in your network. You can restrict access by configuring ACLs in the Allowed IPs section.
- **Private Networks** - Private Networks allow you to create virtual Private Networks for your Databases, enabling them to communicate in an isolated network without the need for a public IP address. If you select this option, you must select an existing Private Network to attach to your Read Replica.
+
Your private IP addresses are automatically allocated. They are managed via an IP Address Manager (IPAM). You can retrieve them on the Private Network tab of your Database Instance. To allocate IPs manually, you can use the Scaleway API and CLI, or Terraform.
diff --git a/managed-databases/postgresql-and-mysql/how-to/delete-a-database.mdx b/managed-databases/postgresql-and-mysql/how-to/delete-a-database.mdx
index 63cb94cbd7..361c5524cd 100644
--- a/managed-databases/postgresql-and-mysql/how-to/delete-a-database.mdx
+++ b/managed-databases/postgresql-and-mysql/how-to/delete-a-database.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Instructions for deleting a PostgreSQL or MySQL Database Instance on Scaleway.
tags: managed-database postgresql mysql database-instance
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2019-05-11
categories:
- managed-databases
diff --git a/managed-databases/postgresql-and-mysql/how-to/enable-autobackup.mdx b/managed-databases/postgresql-and-mysql/how-to/enable-autobackup.mdx
index fca1a1706d..daf657c941 100644
--- a/managed-databases/postgresql-and-mysql/how-to/enable-autobackup.mdx
+++ b/managed-databases/postgresql-and-mysql/how-to/enable-autobackup.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Instructions for enabling Autobackup for PostgreSQL and MySQL databases.
tags: managed-dabatase autobackup database
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2019-05-11
categories:
- managed-databases
diff --git a/managed-databases/postgresql-and-mysql/how-to/manage-allowed-ip-addresses.mdx b/managed-databases/postgresql-and-mysql/how-to/manage-allowed-ip-addresses.mdx
index d1d121f178..1ebea81089 100644
--- a/managed-databases/postgresql-and-mysql/how-to/manage-allowed-ip-addresses.mdx
+++ b/managed-databases/postgresql-and-mysql/how-to/manage-allowed-ip-addresses.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Guide to managing allowed IP addresses for your Database Instances.
tags: managed-database ip-address database
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2019-05-11
categories:
- managed-databases
diff --git a/managed-databases/postgresql-and-mysql/how-to/manage-manual-backups.mdx b/managed-databases/postgresql-and-mysql/how-to/manage-manual-backups.mdx
index 935151913c..3a48dd17cd 100644
--- a/managed-databases/postgresql-and-mysql/how-to/manage-manual-backups.mdx
+++ b/managed-databases/postgresql-and-mysql/how-to/manage-manual-backups.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Step-by-step guide to managing manual backups for PostgreSQL and MySQL databases.
tags: managed-database database instance backup
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2021-03-10
categories:
- managed-databases
diff --git a/managed-databases/postgresql-and-mysql/how-to/manage-snapshots.mdx b/managed-databases/postgresql-and-mysql/how-to/manage-snapshots.mdx
index 2fc23bf434..20ae589a6e 100644
--- a/managed-databases/postgresql-and-mysql/how-to/manage-snapshots.mdx
+++ b/managed-databases/postgresql-and-mysql/how-to/manage-snapshots.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Instructions for managing snapshots of PostgreSQL and MySQL databases.
tags: managed-database database database-snapshot
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2021-03-10
categories:
- managed-databases
diff --git a/managed-databases/postgresql-and-mysql/how-to/upgrade-version.mdx b/managed-databases/postgresql-and-mysql/how-to/upgrade-version.mdx
index cfd33a5073..360b140a93 100644
--- a/managed-databases/postgresql-and-mysql/how-to/upgrade-version.mdx
+++ b/managed-databases/postgresql-and-mysql/how-to/upgrade-version.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Instructions for upgrading the version of your PostgreSQL or MySQL database engine.
tags: managed-database postgresql mysql engine version database engine
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2023-02-27
categories:
- managed-databases
diff --git a/managed-databases/postgresql-and-mysql/troubleshooting/disk-full.mdx b/managed-databases/postgresql-and-mysql/troubleshooting/disk-full.mdx
index 70c238e9d5..641ef5f07e 100644
--- a/managed-databases/postgresql-and-mysql/troubleshooting/disk-full.mdx
+++ b/managed-databases/postgresql-and-mysql/troubleshooting/disk-full.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Troubleshoot disk full issues for PostgreSQL and MySQL databases.
tags: disk-full databases
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2023-02-16
categories:
- managed-databases
diff --git a/managed-databases/redis/how-to/configure-advanced-settings-redis.mdx b/managed-databases/redis/how-to/configure-advanced-settings-redis.mdx
index 934a96251e..9870a028ce 100644
--- a/managed-databases/redis/how-to/configure-advanced-settings-redis.mdx
+++ b/managed-databases/redis/how-to/configure-advanced-settings-redis.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Guide to configuring advanced settings for your Redis™ database.
tags: managed-database advanced-settings advanced setting
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2022-06-22
categories:
- managed-databases
@@ -33,7 +33,7 @@ Advanced settings allow you to modify the default configuration of your Redis™
To add advanced settings, follow these steps:
- Click **Add advanced settings**.
- - Select a parameter from the drop-down list. For Redis™ Database Instances, you can configure:
+ - Select a parameter from the drop-down list. For Redis™ Database Instances, you can configure settings such as:
- `tcp-keepalive` - the period used to send Acknowledgment flags (ACKs), specified in seconds
- `maxclients` - the maximum number of clients that can be connected at the same time
- `maxmemory-policy` - parameter that defines how Redis™ selects what data to remove when maximum memory is reached.
diff --git a/managed-databases/redis/how-to/connect-to-redis-database-instance.mdx b/managed-databases/redis/how-to/connect-to-redis-database-instance.mdx
index e80f7f72bd..df88df18da 100644
--- a/managed-databases/redis/how-to/connect-to-redis-database-instance.mdx
+++ b/managed-databases/redis/how-to/connect-to-redis-database-instance.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Instructions for connecting to your Scaleway Redis™ Database Instance.
tags: postgresql mysql database-instance managed-database database
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2023-04-18
categories:
- managed-databases
diff --git a/managed-databases/redis/how-to/create-a-database-for-redis.mdx b/managed-databases/redis/how-to/create-a-database-for-redis.mdx
index c13657f42b..831d85d142 100644
--- a/managed-databases/redis/how-to/create-a-database-for-redis.mdx
+++ b/managed-databases/redis/how-to/create-a-database-for-redis.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Step-by-step guide to creating a Redis™ database on Scaleway.
tags: managed-database redis redis-database
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2022-06-27
categories:
- managed-databases
@@ -27,7 +27,7 @@ Managed Database for Redis™* is a low-latency caching solution base
- Choose an Availability Zone. This is the geographical location where your database will be deployed.
- Managed Database for Redis™ are available in PAR1, PAR2, AMS1, AMS2, WAW1 and WAW2.
+ Managed Database for Redis™ is available in PAR1, PAR2, AMS1, AMS2, WAW1 and WAW2.
- Select the version of Redis™ you wish to use on your Instance.
diff --git a/managed-databases/redis/how-to/manage-allowed-ip-addresses-redis.mdx b/managed-databases/redis/how-to/manage-allowed-ip-addresses-redis.mdx
index fd986fe2cd..99a77c6791 100644
--- a/managed-databases/redis/how-to/manage-allowed-ip-addresses-redis.mdx
+++ b/managed-databases/redis/how-to/manage-allowed-ip-addresses-redis.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to manage allowed IP addresses for your Redis™ database.
tags: managed-database ip-address redis
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2019-07-12
categories:
- managed-databases
@@ -41,6 +41,7 @@ Allowed IPs restrict the IPs allowed to access your Redis™* Databas
When no IP is specified, your cluster cannot be reached by any host.
By default, the Scaleway console allows any host to connect to your Database Instance.
+6. Click **Add IP** to do so.
## How to delete an IP address
diff --git a/managed-databases/redis/how-to/scale-up-a-database-for-redis.mdx b/managed-databases/redis/how-to/scale-up-a-database-for-redis.mdx
index c02c5f60d0..0a1124542e 100644
--- a/managed-databases/redis/how-to/scale-up-a-database-for-redis.mdx
+++ b/managed-databases/redis/how-to/scale-up-a-database-for-redis.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Steps to scale up your Redis™ Database Instance on Scaleway.
tags: managed-database redis database
dates:
- validation: 2024-07-04
+ validation: 2025-01-06
posted: 2022-07-11
categories:
- managed-databases
diff --git a/menu/navigation.json b/menu/navigation.json
index dced8bbe4c..a65df0d7c2 100644
--- a/menu/navigation.json
+++ b/menu/navigation.json
@@ -298,6 +298,16 @@
],
"label": "Additional Content",
"slug": "additional-content"
+ },
+ {
+ "items": [
+ {
+ "label": "Managing Projects using Scaleway APIs",
+ "slug": "managing-projects"
+ }
+ ],
+ "label": "API/CLI",
+ "slug": "api-cli"
}
],
"label": "Organizations and Projects",
@@ -411,10 +421,6 @@
"label": "IAM API Reference",
"slug": "https://www.scaleway.com/en/developers/api/iam/"
},
- {
- "label": "Managing Projects using Scaleway APIs",
- "slug": "managing-projects"
- },
{
"label": "Using IAM API keys with Object Storage",
"slug": "using-api-key-object-storage"
@@ -1869,7 +1875,8 @@
{
"label": "Using the Kapsule autoheal feature",
"slug": "using-kapsule-autoheal-feature"
- }, {
+ },
+ {
"label": "Deploying External Secrets on Kubernetes Kapsule",
"slug": "external-secrets-kubernetes"
},