From 80bec4cfe8d98de4b4fbff04108002dadbbe9f36 Mon Sep 17 00:00:00 2001 From: jcirino Date: Thu, 17 Jul 2025 16:50:17 +0200 Subject: [PATCH 1/2] docs(iam): added guideflow to quickstart --- pages/demos/index.mdx | 1 + pages/iam/quickstart.mdx | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/demos/index.mdx b/pages/demos/index.mdx index df6c26c48b..dda3a3912e 100644 --- a/pages/demos/index.mdx +++ b/pages/demos/index.mdx @@ -39,6 +39,7 @@ description: Explore our interactive step-by-step demos to learn how to use the - [Containers: console overview](/serverless-containers/quickstart/#console-overview) - [Elastic Metal: console overview](/elastic-metal/quickstart/#console-overview) - [Functions: console overview](/serverless-functions/quickstart/#console-overview) + - [IAM: console overview](/iam/quickstart/) - [IoT Hub: console overview](/iot-hub/quickstart/#console-overview) - [Jobs: console overview](/serverless-jobs/quickstart/#console-overview) - [Kubernetes: console overview](/kubernetes/quickstart/#console-overview) diff --git a/pages/iam/quickstart.mdx b/pages/iam/quickstart.mdx index 63e86b9033..7c05b8670a 100644 --- a/pages/iam/quickstart.mdx +++ b/pages/iam/quickstart.mdx @@ -2,7 +2,7 @@ title: IAM - Quickstart description: Quickstart guide to setting up and using Scaleway IAM. dates: - validation: 2025-07-15 + validation: 2025-07-17 posted: 2022-06-10 --- import Requirements from '@macros/iam/requirements.mdx' @@ -21,6 +21,11 @@ Read our dedicated page for a [general overview of IAM](/iam/reference-content/o - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization +## Console overview + +Discover the IAM interface on the Scaleway console. + + ## How to add a Member to your Organization Add [Members](/iam/concepts/#member) to give them access to your Organization. You will be able to define the exact level of access to give by creating a [policy](#how-to-give-permissions-to-users-and-applications-via-policies) for them later. In this section, we show you how to [add a Member](/iam/how-to/manage-members/#how-to-create-a-member). From cbcba8c859c7e8d053a12a4cffc56dab85d2a44e Mon Sep 17 00:00:00 2001 From: Jessica <113192637+jcirinosclwy@users.noreply.github.com> Date: Thu, 17 Jul 2025 17:11:26 +0200 Subject: [PATCH 2/2] Update index.mdx --- pages/demos/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/demos/index.mdx b/pages/demos/index.mdx index dda3a3912e..c45ec11a84 100644 --- a/pages/demos/index.mdx +++ b/pages/demos/index.mdx @@ -39,7 +39,7 @@ description: Explore our interactive step-by-step demos to learn how to use the - [Containers: console overview](/serverless-containers/quickstart/#console-overview) - [Elastic Metal: console overview](/elastic-metal/quickstart/#console-overview) - [Functions: console overview](/serverless-functions/quickstart/#console-overview) - - [IAM: console overview](/iam/quickstart/) + - [IAM: console overview](/iam/quickstart/#console-overview) - [IoT Hub: console overview](/iot-hub/quickstart/#console-overview) - [Jobs: console overview](/serverless-jobs/quickstart/#console-overview) - [Kubernetes: console overview](/kubernetes/quickstart/#console-overview)