From c4819aad7db662016e4345bd4275ef8f0e808d30 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Wed, 6 Nov 2024 14:12:46 +0100 Subject: [PATCH 01/16] docs(audit-trail): add doc part one --- .../audit-trail/concepts.mdx | 24 +++++++++ .../configure-audit-trail-permissions.mdx | 32 +++++++++++ .../audit-trail/how-to/index.mdx | 8 +++ .../audit-trail/how-to/use-audit-trail.mdx | 30 +++++++++++ .../audit-trail/index.mdx | 54 +++++++++++++++++++ .../audit-trail/quickstart.mdx | 52 ++++++++++++++++++ 6 files changed, 200 insertions(+) create mode 100644 identity-and-access-management/audit-trail/concepts.mdx create mode 100644 identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx create mode 100644 identity-and-access-management/audit-trail/how-to/index.mdx create mode 100644 identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx create mode 100644 identity-and-access-management/audit-trail/index.mdx create mode 100644 identity-and-access-management/audit-trail/quickstart.mdx diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx new file mode 100644 index 0000000000..1ee258a0ad --- /dev/null +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -0,0 +1,24 @@ +--- +meta: + title: Audit Trail - Concepts + description: Understand the fundamental concepts of Audit Trail in Scaleway. +content: + h1: Concepts + paragraph: Understand the fundamental concepts of Audit Trail in Scaleway. +tags: audit-trail log events access +dates: + validation: 2024-11-26 +--- + + +## Audit Trail + +Audit Trail is a tool that allows you to keep track of the activity of your Scaleway resources. + +With Audit Trail you can view user activity, access events, and system changes performed on your Scaleway resources integrated with Audit Trail. + +## Region + +A region is the geographical area in which your resources are located. They are duplicated on all [Availability Zones](/compute/instances/concepts/#availability-zone) of the selected region (Paris, Amsterdam, or Warsaw). + +Audit Trail allows you to select your resources by region. This allows you to better sort through your resources. diff --git a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx new file mode 100644 index 0000000000..b939526abe --- /dev/null +++ b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx @@ -0,0 +1,32 @@ +--- +meta: + title: How to configure the Audit Trail permission set + description: Discover how to configure the Audit Trail permission set +content: + h1: How to configure the Audit Trail permission set + paragraph: Discover how to configure the Audit Trail permission set +tags: audit-trail events tracking iam permissions +dates: + validation: 2024-11-26 + posted: 2024-11-26 +categories: + - identity-and-access-management +--- + +This page teaches you how to configure the necessary permission set to access [Audit Trail](/identity-and-access-management/audit-trail/concepts/#audit-trail). + +## How to configure the Audit Trail permission set + +To start using Audit Trail you need to configure the `AuditTrailReadOnly` permission set in [IAM](/identity-and-access-management/iam/concepts/#iam). The [scope](/identity-and-access-management/iam/concepts/#scope) of this permission set is at [Organization](/identity-and-access-management/iam/concepts/#organization) level. + +1. Click **Identity and Access Management (IAM)** from the top-right of your [**Organization Dashboard**](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays. +2. [Create an IAM policy](/identity-and-access-management/iam/how-to/create-policy/) and perform steps one to five. +3. Select the **Access to Organization features** scope and click **Validate** to move on to the next step. + + The **Access to Organization features** scope allows you to give the [principal](/identity-and-access-management/iam/concepts/#principal) permissions to Organization-level features such as IAM, Audit Trail, billing, support & abuse tickets, and project management. + +4. Click the **Security and Identity** category in the **Products** section, then choose the **AuditTrailReadOnly** permission set. +5. Click **Validate**. +6. Click **Create policy**. + +You now have access to Audit Trail. \ No newline at end of file diff --git a/identity-and-access-management/audit-trail/how-to/index.mdx b/identity-and-access-management/audit-trail/how-to/index.mdx new file mode 100644 index 0000000000..82f7f5109a --- /dev/null +++ b/identity-and-access-management/audit-trail/how-to/index.mdx @@ -0,0 +1,8 @@ +--- +meta: + title: Audit Trail - How Tos + description: Audit Trail How Tos +content: + h1: How Tos + paragraph: Audit Trail How Tos +--- diff --git a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx new file mode 100644 index 0000000000..d67242876c --- /dev/null +++ b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx @@ -0,0 +1,30 @@ +--- +meta: + title: How to use Audit Trail + description: Discover how to use Audit Trail +content: + h1: How to use Audit Trail + paragraph: Discover how to use Audit Trail +tags: audit-trail events track filter +dates: + validation: 2024-11-26 + posted: 2024-11-26 +categories: + - identity-and-access-management +--- + +This page shows you how to see and filter events for your resources in Audit Trail. + +## How to use Audit Trail + +1. Click **Audit Trail** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu. +2. Click the **Region** dop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events should display. +3. Click the **Date range** field and select a date range to track events for. +4. Click the **Project** drop-down and select the Scaleway Project containing the resources you want to track. +5. Click the **Method** drop-down and select the API method you want to track events for. +6. Click the **Status** drop-down and select either **Successful** or **Failed**. +7. Optionally, click **Reset** to reset the filter. + + + If no events display after you use the filter, try switching the region from the **Region** drop-down, or adjusting your search. + diff --git a/identity-and-access-management/audit-trail/index.mdx b/identity-and-access-management/audit-trail/index.mdx new file mode 100644 index 0000000000..a445d21716 --- /dev/null +++ b/identity-and-access-management/audit-trail/index.mdx @@ -0,0 +1,54 @@ +--- +meta: + title: Audit Trail Documentation + description: Dive into Scaleway Audit Trail with our quickstart guides, how-tos, and more. +--- + + + +## Getting Started + + + + + + + + + +## Changelog + + diff --git a/identity-and-access-management/audit-trail/quickstart.mdx b/identity-and-access-management/audit-trail/quickstart.mdx new file mode 100644 index 0000000000..d69c4e8735 --- /dev/null +++ b/identity-and-access-management/audit-trail/quickstart.mdx @@ -0,0 +1,52 @@ +--- +meta: + title: Audit Trail - Quickstart + description: Quickstart guide to setting up and using Audit Trail. +content: + h1: Audit Trail - Quickstart + paragraph: Quickstart guide to setting up and using Audit Trail. +dates: + validation: 2024-11-26 + posted: 2024-11-26 +--- + +In this quickstart, we show you how to start using [Audit Trail](/identity-and-access-management/audit-trail/concepts/#audit-trail). + + + +- A Scaleway account logged into the [console](https://console.scaleway.com) +- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization +- Created resources integrated with Audit Trail + +## How to configure the Audit Trail permission set + +To start using Audit Trail you need to configure the `AuditTrailReadOnly` permission set in [IAM](/identity-and-access-management/iam/concepts/#iam). The [scope](/identity-and-access-management/iam/concepts/#scope) of this permission set is at [Organization](/identity-and-access-management/iam/concepts/#organization) level. + +1. Click **Identity and Access Management (IAM)** from the top-right of your [**Organization Dashboard**](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays. +2. [Create an IAM policy](/identity-and-access-management/iam/how-to/create-policy/) and perform steps one to five. +3. Select the **Access to Organization features** scope and click **Validate** to move on to the next step. + + The **Access to Organization features** scope allows you to give the [principal](/identity-and-access-management/iam/concepts/#principal) permissions to Organization-level features such as IAM, Audit Trail, billing, support & abuse tickets, and project management. + +4. Click the **Security and Identity** category in the **Products** section, then choose the **AuditTrailReadOnly** permission set. +5. Click **Validate**. +6. Click **Create policy**. + +You now have access to Audit Trail. + +## How to use Audit Trail + +1. Click **Audit Trail** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu. +2. Click the **Region** dop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events should display. +3. Click the **Date range** field and select a date range to track events for. +4. Click the **Project** drop-down and select the Scaleway Project containing the resources you want to track. +5. Click the **Method** drop-down and select the API method you want to track events for. +6. Click the **Status** drop-down and select either **Successful** or **Failed**. +7. Optionally, click **Reset** to reset the filter. + + + If no events display after you use the filter, try switching the region from the **Region** drop-down, or adjusting your search. + + + + From 1fa796304870886b1dfb00d5008ffdf7c771128d Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Thu, 7 Nov 2024 17:36:49 +0100 Subject: [PATCH 02/16] docs(adt): add part two --- faq/audit-trail.mdx | 27 +++++++++++++++++ .../audit-trail/concepts.mdx | 15 ++++++++-- .../audit-trail/how-to/use-audit-trail.mdx | 2 +- .../troubleshooting/cannot-see-events.mdx | 30 +++++++++++++++++++ 4 files changed, 70 insertions(+), 4 deletions(-) create mode 100644 faq/audit-trail.mdx create mode 100644 identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx new file mode 100644 index 0000000000..7e25306b21 --- /dev/null +++ b/faq/audit-trail.mdx @@ -0,0 +1,27 @@ +--- +meta: + title: Audit Trail FAQ + description: Discover Scaleway's Audit Trail tool. +content: + h1: Audit Trail +hero: assets/audit-trail.webp +dates: + validation: 2024-11-26 +category: identity-and-access-management +--- + +## What is Audit Trail? + + + +## Why do I need Audit Trail? + + + +## How am I billed for using Audit Trail? + +Audit Trail is free of charge. + +## Which Scaleway resources are integrated with Audit Trail? + +During Beta, only Secret Manager and Kubernetes are integrated with Audit Trail. Refer to the dedicated documentation to find out more about product integration with Audit Trail. \ No newline at end of file diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx index 1ee258a0ad..ff79c85423 100644 --- a/identity-and-access-management/audit-trail/concepts.mdx +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -10,15 +10,24 @@ dates: validation: 2024-11-26 --- +## Action + +An action in the context of Audit Trail is the method performed on any of your Scaleway resources throught the API. ## Audit Trail -Audit Trail is a tool that allows you to keep track of the activity of your Scaleway resources. +Audit Trail is a tool that holds a record of events and changes performed within a Scaleway Organization. Audit Trail allows you to keep track of all actions, whether successful, attempted, or failed, perfomed on your Scaleway resources. + +With Audit Trail you can view [actions](/identity-and-access-management/audit-trail/concepts/#action) taken by any [principal](/identity-and-access-management/iam/concepts/#principal) in any Project and on any of your Scaleway resources. You can also see the API methods used, the outcome of the action performed (status), and the IP adress from which a principal performed an action. + +Audit Trail allows you to view the metadata of the API method used, allowing you to investigate incidents and troubleshoot issues. + +## Event -With Audit Trail you can view user activity, access events, and system changes performed on your Scaleway resources integrated with Audit Trail. +An event is a log of user activity on your Scaleway resources. ## Region A region is the geographical area in which your resources are located. They are duplicated on all [Availability Zones](/compute/instances/concepts/#availability-zone) of the selected region (Paris, Amsterdam, or Warsaw). -Audit Trail allows you to select your resources by region. This allows you to better sort through your resources. +Audit Trail allows you to select your resources by region. This allows you to better sort through your resources.àction` \ No newline at end of file diff --git a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx index d67242876c..d8bae58f9e 100644 --- a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx +++ b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx @@ -13,7 +13,7 @@ categories: - identity-and-access-management --- -This page shows you how to see and filter events for your resources in Audit Trail. +This page shows you how to see and filter events for your Scaleway resources in Audit Trail. ## How to use Audit Trail diff --git a/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx b/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx new file mode 100644 index 0000000000..8c5fc9f6d1 --- /dev/null +++ b/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx @@ -0,0 +1,30 @@ +--- +meta: + title: I cannot see any events in Audit Trail + description: [DESCRIPTION HERE] + h1: I cannot see any events in Audit Trail + paragraph: [DESCRIPTION HERE] +tags: audit-trail events debug troubleshoot +dates: + validation: 2024-11-26 + posted: 2024-11-26 +categories: + - identity-and-access-management +--- + +This page shows you how to deal with not finding events in Audit Trail. + + +## Problem + +I cannot see any events in Audit Trail. + +## Possible solutions + +- Make sure that you have the [permision set necessary to access Audit Trail](/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissins). If you are not an IAM manager, contact your IAM manager to ask for Audit Trail access. + +- Make sure you have created Scaleway resources to see events in Audit Trail. + +- Make sure that the events you are looking for are from Scaleway resources that are integrated with Audit Trail. + +- Make sure that you are looking for the desired events in the **right** region. Switch regions in the **Region** drop-down and look for the desired events again. \ No newline at end of file From bec526fdf0f8d2adf76cb5815d89bef1ec7c9acd Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 12 Nov 2024 11:40:16 +0100 Subject: [PATCH 03/16] docs(adt): add product integration --- faq/audit-trail.mdx | 6 ++- .../product-integration-with-adt.mdx | 48 +++++++++++++++++++ 2 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx index 7e25306b21..e29ae38dd1 100644 --- a/faq/audit-trail.mdx +++ b/faq/audit-trail.mdx @@ -12,15 +12,17 @@ category: identity-and-access-management ## What is Audit Trail? - +Audit Trail is a tool that holds a record of events and changes performed within a Scaleway Organization. ## Why do I need Audit Trail? +Audit Trail helps you ensure accountability and security by recording who did what and when within your Scaleway Organization. It tracks activity across all your resources (identity of the principal, date of activity, source IP address, API method used, and status of the request). +You can use Audit Trail for troubleshooting, compliance verification, and analysis in the event of a breach. ## How am I billed for using Audit Trail? -Audit Trail is free of charge. +Audit Trail is free of charge during Beta. ## Which Scaleway resources are integrated with Audit Trail? diff --git a/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx b/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx new file mode 100644 index 0000000000..59299a4f1c --- /dev/null +++ b/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx @@ -0,0 +1,48 @@ +--- +meta: + title: Audit Trail product integration + description: Discover which Scaleway products are integrated with Audit Trail +content: + h1: Audit Trail product integration + paragraph: Discover which Scaleway products are integrated with Audit Trail +tags: audit-trail product-integration scaleway-products +dates: + validation: 2024-11-26 + posted: 2024-11-26 +categories: + - identity-and-access-management +--- + +The following table provides details about the products that are integrated with Audit Trail. + +| **Product Name** | **Audit Trail Integration** | +|----------------------------|---------------------------------| +| IoT Hub | **Not Integrated** | +| Load Balancers | **Not Integrated** | +| Private Networks | **Not Integrated** | +| Public Gateways | **Not Integrated** | +| Database RDB MySQL | **Not Integrated** | +| Redis | **Not Integrated** | +| Database RDB PostgreSQL | **Not Integrated** | +| Messaging and Queuing NATS | **Not Integrated** | +| Messaging and Queuing SQS | **Not Integrated** | +| Messaging and Queuing SNS | **Not Integrated** | +| Instances | **Not Integrated** | +| Cockpit | **Not Integrated** | +| Object Storage | **Not Integrated** | +| Serverless Containers | **Not Integrated** | +| Serverless Functions | **Not Integrated** | +| Serverless Jobs | **Not Integrated** | +| Secret Manager | **Integrated** | +| Kubernetes Kapsule | **Integrated** | +| Kubernetes Kosmos | **Integrated** | +| Elastic Metal | **Not Integrated** | +| Block Storage | **Not Integrated** | +| IAM | **Not Integrated** | +| Transactional Email | **Not Integrated** | +| Domains and DNS | **Not Integrated** | +| Web Hosting | **Not Integrated** | +| Apple Silicon | **Not Integrated** | +| Registry | **Not Integrated** | +| Managed Inference | **Not Integrated** | +| Serverless SQL Databases | **Not Integrated** | From b93256d8742bf1aa007c7f025599986ab6447525 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 12 Nov 2024 16:18:41 +0100 Subject: [PATCH 04/16] docs(adt): add --- .../audit-trail/concepts.mdx | 22 +++++-- .../audit-trail/index.mdx | 7 ++ .../product-integration-with-adt.mdx | 64 +++++++++++-------- 3 files changed, 60 insertions(+), 33 deletions(-) diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx index ff79c85423..44a1875513 100644 --- a/identity-and-access-management/audit-trail/concepts.mdx +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -10,10 +10,6 @@ dates: validation: 2024-11-26 --- -## Action - -An action in the context of Audit Trail is the method performed on any of your Scaleway resources throught the API. - ## Audit Trail Audit Trail is a tool that holds a record of events and changes performed within a Scaleway Organization. Audit Trail allows you to keep track of all actions, whether successful, attempted, or failed, perfomed on your Scaleway resources. @@ -26,8 +22,24 @@ Audit Trail allows you to view the metadata of the API method used, allowing you An event is a log of user activity on your Scaleway resources. +## Locality + +In the context of Audit Trail, locality refers to the place where the Scaleway resources being monitored are located. They can be located in different Scaleway Projects, or Organizations. + +## Method + +A method in the context of Audit Trail is the API call sent to the Audit Trail API whenever a principal takes an action (whether successful, attempted, or failed) on any Scaleway resource. + ## Region A region is the geographical area in which your resources are located. They are duplicated on all [Availability Zones](/compute/instances/concepts/#availability-zone) of the selected region (Paris, Amsterdam, or Warsaw). -Audit Trail allows you to select your resources by region. This allows you to better sort through your resources.àction` \ No newline at end of file +Audit Trail allows you to select your resources by region. This allows you to better sort through your resources. + +## Status + +A status is the API response returned whenever an action was taken on a resource by a principal. There are two statuses: + +- Successful: this means that the API request was executed. + +- Failed: this means that the API request has failed. diff --git a/identity-and-access-management/audit-trail/index.mdx b/identity-and-access-management/audit-trail/index.mdx index a445d21716..58ebd576d0 100644 --- a/identity-and-access-management/audit-trail/index.mdx +++ b/identity-and-access-management/audit-trail/index.mdx @@ -36,6 +36,13 @@ meta: label="View How-Tos" url="/identity-and-access-management/audit-trail/how-to/" /> + Date: Wed, 13 Nov 2024 16:29:47 +0100 Subject: [PATCH 05/16] docs(adt): add last part --- faq/audit-trail.mdx | 6 +- .../audit-trail/concepts.mdx | 4 +- .../product-integration-with-adt.mdx | 44 ++++++++----- .../troubleshooting/cannot-see-events.mdx | 6 +- menu/navigation.json | 66 +++++++++++++++++++ 5 files changed, 103 insertions(+), 23 deletions(-) diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx index e29ae38dd1..3a086c94e8 100644 --- a/faq/audit-trail.mdx +++ b/faq/audit-trail.mdx @@ -1,10 +1,10 @@ --- meta: title: Audit Trail FAQ - description: Discover Scaleway's Audit Trail tool. + description: Discover how to use Audit Trail to monitor your Scaleway resources content: h1: Audit Trail -hero: assets/audit-trail.webp +hero: assets/iam.webp dates: validation: 2024-11-26 category: identity-and-access-management @@ -26,4 +26,4 @@ Audit Trail is free of charge during Beta. ## Which Scaleway resources are integrated with Audit Trail? -During Beta, only Secret Manager and Kubernetes are integrated with Audit Trail. Refer to the dedicated documentation to find out more about product integration with Audit Trail. \ No newline at end of file +During Beta, only Secret Manager and Kubernetes are integrated with Audit Trail. Refer to the [dedicated documentation](/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt/) to find out more about product integration with Audit Trail. diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx index 44a1875513..31dd6f2446 100644 --- a/identity-and-access-management/audit-trail/concepts.mdx +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -22,9 +22,9 @@ Audit Trail allows you to view the metadata of the API method used, allowing you An event is a log of user activity on your Scaleway resources. -## Locality +## Locacion -In the context of Audit Trail, locality refers to the place where the Scaleway resources being monitored are located. They can be located in different Scaleway Projects, or Organizations. +In the context of Audit Trail, location refers to the place where the Scaleway resources being monitored are located. They can be located in different Scaleway Projects, or Organizations. ## Method diff --git a/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx b/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx index 09160a737d..885d8000b0 100644 --- a/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx +++ b/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx @@ -30,27 +30,41 @@ The following table provides details about the products that are integrated with | IAM | **Planned** | | Object Storage | **Planned** | | Billing | **Planned** | +| Account | **Not integrated yet** | +| Apple Silicon | **Not integrated yet** | +| Block Storage | **Not integrated yet** | +| Cockpit | **Not integrated yet** | +| Container Registry | **Not integrated yet** | +| Distributed Data Lab | **Not integrated yet** | +| Domains and DNS | **Not integrated yet** | +| Edge Services | **Not integrated yet** | +| Elastic Metal | **Not integrated yet** | +| Environmental Footprint | **Not integrated yet** | +| Generative APIs | **Not integrated yet** | +| GPU Instances | **Not integrated yet** | +| Instances | **Not integrated yet** | +| Instance Scaling Group | **Not integrated yet** | +| InterLink | **Not integrated yet** | | IoT Hub | **Not integrated yet** | +| IPAM | **Not integrated yet** | +| Key Manager | **Not integrated yet** | +| Labs | **Not integrated yet** | | Load Balancers | **Not integrated yet** | +| Managed Databases | **Not integrated yet** | +| Managed Inference | **Not integrated yet** | +| NATS | **Not integrated yet** | +| NFS | **Not integrated yet** | +| Organizations and Projects | **Not integrated yet** | +| Partners | **Not integrated yet** | | Private Networks | **Not integrated yet** | | Public Gateways | **Not integrated yet** | -| Database RDB MySQL | **Not integrated yet** | -| Redis | **Not integrated yet** | -| Database RDB PostgreSQL | **Not integrated yet** | -| Messaging and Queuing NATS | **Not integrated yet** | -| Messaging and Queuing SQS | **Not integrated yet** | -| Messaging and Queuing SNS | **Not Integrated** | -| Instances | **Not integrated yet** | -| Cockpit | **Not integrated yet** | +| Queues | **Not integrated yet** | | Serverless Containers | **Not integrated yet** | | Serverless Functions | **Not integrated yet** | | Serverless Jobs | **Not integrated yet** | -| Elastic Metal | **Not integrated yet** | -| Block Storage | **Not integrated yet** | +| Serverless SQL Databases | **Not integrated yet** | +| Service Catalog | **Not integrated yet** | +| Topics and Events | **Not integrated** | | Transactional Email | **Not integrated yet** | -| Domains and DNS | **Not integrated yet** | +| VPC | **Not integrated yet** | | Web Hosting | **Not integrated yet** | -| Apple Silicon | **Not integrated yet** | -| Registry | **Not integrated yet** | -| Managed Inference | **Not integrated yet** | -| Serverless SQL Databases | **Not integrated yet** | diff --git a/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx b/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx index 8c5fc9f6d1..8b02f4e551 100644 --- a/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx +++ b/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx @@ -1,9 +1,9 @@ --- meta: title: I cannot see any events in Audit Trail - description: [DESCRIPTION HERE] + description: This is a troubleshooting h1: I cannot see any events in Audit Trail - paragraph: [DESCRIPTION HERE] + paragraph: This is a troubleshooting tags: audit-trail events debug troubleshoot dates: validation: 2024-11-26 @@ -21,7 +21,7 @@ I cannot see any events in Audit Trail. ## Possible solutions -- Make sure that you have the [permision set necessary to access Audit Trail](/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissins). If you are not an IAM manager, contact your IAM manager to ask for Audit Trail access. +- Make sure that you have the [permision set necessary to access Audit Trail](/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions). If you are not an IAM manager, contact your IAM manager to ask for Audit Trail access. - Make sure you have created Scaleway resources to see events in Audit Trail. diff --git a/menu/navigation.json b/menu/navigation.json index b0e4370536..ecc61d718d 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -423,6 +423,72 @@ "label": "IAM", "slug": "iam" }, + { + "items": [ + { + "label": "Overview", + "slug": "../audit-trail" + }, + { + "label": "Concepts", + "slug": "concepts" + }, + { + "label": "Quickstart", + "slug": "quickstart" + }, + { + "label": "FAQ", + "slug": "../../faq/audit-trail" + }, + { + "items": [ + { + "label": "Configure the Audit Trail permission set", + "slug": "configure-audit-trail-permissions" + }, + { + "label": "Use Audit Trail", + "slug": "use-audit-trail" + } + ], + "label": "How to", + "slug": "how-to" + }, + { + "items": [ + { + "label": "I cannot see any events in Audit Trail", + "slug": "cannot-see-events" + } + ], + "label": "Troubleshooting", + "slug": "troubleshooting" + }, + { + "items": [ + { + "label": "Audit Trail product integration", + "slug": "product-integration-with-adt" + } + ], + "label": "Additional Content", + "slug": "reference-content" + }, + { + "items": [ + { + "label": "Audit Trail API Reference", + "slug": "https://www.scaleway.com/en/developers/api/audit-trail/" + } + ], + "label": "API/CLI", + "slug": "api-cli" + } + ], + "label": "Audit Trail", + "slug": "audit-trail" + }, { "items": [ { From 1b41156b51edb9a28e0ba66736a26e407843a2d3 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Wed, 13 Nov 2024 17:22:05 +0100 Subject: [PATCH 06/16] docs(adt): seo descriptions --- faq/audit-trail.mdx | 2 +- .../audit-trail/concepts.mdx | 4 ++-- .../configure-audit-trail-permissions.mdx | 6 +++--- .../audit-trail/how-to/use-audit-trail.mdx | 4 ++-- .../audit-trail/quickstart.mdx | 4 ++-- .../product-integration-with-adt.mdx | 20 ++++++++++--------- .../troubleshooting/cannot-see-events.mdx | 6 +++--- 7 files changed, 24 insertions(+), 22 deletions(-) diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx index 3a086c94e8..bb368909ac 100644 --- a/faq/audit-trail.mdx +++ b/faq/audit-trail.mdx @@ -1,7 +1,7 @@ --- meta: title: Audit Trail FAQ - description: Discover how to use Audit Trail to monitor your Scaleway resources + description: Get answers on using Scaleway's Audit Trail to monitor events, enhance security, and track activities across your resources content: h1: Audit Trail hero: assets/iam.webp diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx index 31dd6f2446..d45a873a37 100644 --- a/identity-and-access-management/audit-trail/concepts.mdx +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -1,10 +1,10 @@ --- meta: title: Audit Trail - Concepts - description: Understand the fundamental concepts of Audit Trail in Scaleway. + description: Learn fundamental concepts of Scaleway's Audit Trail. content: h1: Concepts - paragraph: Understand the fundamental concepts of Audit Trail in Scaleway. + paragraph: Learn fundamental concepts of Scaleway's Audit Trail. tags: audit-trail log events access dates: validation: 2024-11-26 diff --git a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx index b939526abe..48390255cd 100644 --- a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx +++ b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx @@ -1,10 +1,10 @@ --- meta: title: How to configure the Audit Trail permission set - description: Discover how to configure the Audit Trail permission set + description: Learn how to configure IAM permissions for accessing Scaleway's Audit Trail, enabling event tracking across Organizations and Projects. content: h1: How to configure the Audit Trail permission set - paragraph: Discover how to configure the Audit Trail permission set + paragraph: Learn how to configure IAM permissions for accessing Scaleway's Audit Trail, enabling event tracking across Organizations and Projects. tags: audit-trail events tracking iam permissions dates: validation: 2024-11-26 @@ -23,7 +23,7 @@ To start using Audit Trail you need to configure the `AuditTrailReadOnly` permis 2. [Create an IAM policy](/identity-and-access-management/iam/how-to/create-policy/) and perform steps one to five. 3. Select the **Access to Organization features** scope and click **Validate** to move on to the next step. - The **Access to Organization features** scope allows you to give the [principal](/identity-and-access-management/iam/concepts/#principal) permissions to Organization-level features such as IAM, Audit Trail, billing, support & abuse tickets, and project management. + The **Access to Organization features** scope allows you to give the [principal](/identity-and-access-management/iam/concepts/#principal) permissions to Organization-level features such as IAM, Audit Trail, billing, support and abuse tickets, and project management. 4. Click the **Security and Identity** category in the **Products** section, then choose the **AuditTrailReadOnly** permission set. 5. Click **Validate**. diff --git a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx index d8bae58f9e..782b97cfe9 100644 --- a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx +++ b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx @@ -1,10 +1,10 @@ --- meta: title: How to use Audit Trail - description: Discover how to use Audit Trail + description: Learn to view and filter events in Scaleway's Audit Trail by region, date, project, method, and status for effective resource tracking. content: h1: How to use Audit Trail - paragraph: Discover how to use Audit Trail + paragraph: Learn to view and filter events in Scaleway's Audit Trail by region, date, project, method, and status for effective resource tracking. tags: audit-trail events track filter dates: validation: 2024-11-26 diff --git a/identity-and-access-management/audit-trail/quickstart.mdx b/identity-and-access-management/audit-trail/quickstart.mdx index d69c4e8735..fb433d9dd4 100644 --- a/identity-and-access-management/audit-trail/quickstart.mdx +++ b/identity-and-access-management/audit-trail/quickstart.mdx @@ -1,10 +1,10 @@ --- meta: title: Audit Trail - Quickstart - description: Quickstart guide to setting up and using Audit Trail. + description: Quickly set up and start using Scaleway’s Audit Trail. Follow steps to configure permissions and track events across regions and projects. content: h1: Audit Trail - Quickstart - paragraph: Quickstart guide to setting up and using Audit Trail. + paragraph: Quickly set up and start using Scaleway’s Audit Trail. Follow steps to configure permissions and track events across regions and projects. dates: validation: 2024-11-26 posted: 2024-11-26 diff --git a/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx b/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx index 885d8000b0..0e3796fc18 100644 --- a/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx +++ b/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx @@ -1,11 +1,11 @@ --- meta: - title: Audit Trail product integration - description: Discover which Scaleway products are integrated with Audit Trail + title: Audit Trail resource integration + description: Discover current and planned Scaleway resource integrations with Audit Trail for event tracking. content: - h1: Audit Trail product integration - paragraph: Discover which Scaleway products are integrated with Audit Trail -tags: audit-trail product-integration scaleway-products + h1: Audit Trail resource integration + paragraph: Discover current and planned Scaleway resource integrations with Audit Trail for event tracking. +tags: audit-trail product-integration scaleway-resources dates: validation: 2024-11-26 posted: 2024-11-26 @@ -13,16 +13,18 @@ categories: - identity-and-access-management --- -The following table provides details about the products that are integrated with Audit Trail. +The following table provides details about the Scaleway resources that are integrated with Audit Trail. -## Product integration available +## Resource integration available | **Product Name** | **Audit Trail Integration** | |----------------------------|---------------------------------| | Secret Manager | **Integrated** | | Kubernetes | **Integrated** | -## Product integration planned +## Resource integration planned + +The following table provides details about the Scaleway resources that will be integrated with Audit Trail. | **Product Name** | **Audit Trail Integration** | @@ -64,7 +66,7 @@ The following table provides details about the products that are integrated with | Serverless Jobs | **Not integrated yet** | | Serverless SQL Databases | **Not integrated yet** | | Service Catalog | **Not integrated yet** | -| Topics and Events | **Not integrated** | +| Topics and Events | **Not integrated yet** | | Transactional Email | **Not integrated yet** | | VPC | **Not integrated yet** | | Web Hosting | **Not integrated yet** | diff --git a/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx b/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx index 8b02f4e551..6c78c8afae 100644 --- a/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx +++ b/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx @@ -1,9 +1,9 @@ --- meta: title: I cannot see any events in Audit Trail - description: This is a troubleshooting + description: Troubleshoot missing events in Scaleway's Audit Trail. Ensure permissions, resource setup, and correct region to view your Audit Trail events. h1: I cannot see any events in Audit Trail - paragraph: This is a troubleshooting + paragraph: Troubleshoot missing events in Scaleway's Audit Trail. Ensure permissions, resource setup, and correct region to view your Audit Trail events. tags: audit-trail events debug troubleshoot dates: validation: 2024-11-26 @@ -12,7 +12,7 @@ categories: - identity-and-access-management --- -This page shows you how to deal with not finding events in Audit Trail. +This page provides information on what to do if you cannot find any events in Audit Trail. ## Problem From 47de6675e9276b3a509bd10afcda29dc952bff46 Mon Sep 17 00:00:00 2001 From: nerda-codes <87707325+nerda-codes@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:28:56 +0100 Subject: [PATCH 07/16] Update identity-and-access-management/audit-trail/concepts.mdx --- identity-and-access-management/audit-trail/concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx index d45a873a37..86dc3b5d58 100644 --- a/identity-and-access-management/audit-trail/concepts.mdx +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -14,7 +14,7 @@ dates: Audit Trail is a tool that holds a record of events and changes performed within a Scaleway Organization. Audit Trail allows you to keep track of all actions, whether successful, attempted, or failed, perfomed on your Scaleway resources. -With Audit Trail you can view [actions](/identity-and-access-management/audit-trail/concepts/#action) taken by any [principal](/identity-and-access-management/iam/concepts/#principal) in any Project and on any of your Scaleway resources. You can also see the API methods used, the outcome of the action performed (status), and the IP adress from which a principal performed an action. +With Audit Trail you can view actions taken by any [principal](/identity-and-access-management/iam/concepts/#principal) in any Project and on any of your Scaleway resources. You can also see the API methods used, the outcome of the action performed (status), and the IP address from which a principal performed an action. Audit Trail allows you to view the metadata of the API method used, allowing you to investigate incidents and troubleshoot issues. From be00a5d2e06be0080762dab89ca74c446519ed33 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Thu, 14 Nov 2024 15:09:27 +0100 Subject: [PATCH 08/16] docs(audit-trail): cyril feedback --- faq/audit-trail.mdx | 4 ++-- .../audit-trail/concepts.mdx | 12 ++++++------ .../configure-audit-trail-permissions.mdx | 15 ++++++++++++--- .../audit-trail/how-to/use-audit-trail.mdx | 4 ++-- .../audit-trail/quickstart.mdx | 18 ++++-------------- ...t.mdx => resource-integration-with-adt.mdx} | 10 +++++----- menu/navigation.json | 4 ++-- 7 files changed, 33 insertions(+), 34 deletions(-) rename identity-and-access-management/audit-trail/reference-content/{product-integration-with-adt.mdx => resource-integration-with-adt.mdx} (91%) diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx index bb368909ac..d971343644 100644 --- a/faq/audit-trail.mdx +++ b/faq/audit-trail.mdx @@ -22,8 +22,8 @@ You can use Audit Trail for troubleshooting, compliance verification, and analys ## How am I billed for using Audit Trail? -Audit Trail is free of charge during Beta. +Audit Trail is free of charge. ## Which Scaleway resources are integrated with Audit Trail? -During Beta, only Secret Manager and Kubernetes are integrated with Audit Trail. Refer to the [dedicated documentation](/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt/) to find out more about product integration with Audit Trail. +During Beta, only Secret Manager is integrated with Audit Trail. Refer to the [dedicated documentation](/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt/) to find out more about resource integration with Audit Trail. diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx index 86dc3b5d58..2a180e826e 100644 --- a/identity-and-access-management/audit-trail/concepts.mdx +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -20,9 +20,9 @@ Audit Trail allows you to view the metadata of the API method used, allowing you ## Event -An event is a log of user activity on your Scaleway resources. +An event is a record of any activity related to your Scaleway resources, encompassing actions by users, applications, or Scaleway itself. -## Locacion +## Location In the context of Audit Trail, location refers to the place where the Scaleway resources being monitored are located. They can be located in different Scaleway Projects, or Organizations. @@ -32,14 +32,14 @@ A method in the context of Audit Trail is the API call sent to the Audit Trail A ## Region -A region is the geographical area in which your resources are located. They are duplicated on all [Availability Zones](/compute/instances/concepts/#availability-zone) of the selected region (Paris, Amsterdam, or Warsaw). +A region is the geographical area in which your resources are located (Paris, Amsterdam, or Warsaw). -Audit Trail allows you to select your resources by region. This allows you to better sort through your resources. +Audit Trail allows you to select and filter your resources by region and Scaleway Project. This allows you to better sort through your resources. ## Status A status is the API response returned whenever an action was taken on a resource by a principal. There are two statuses: -- Successful: this means that the API request was executed. +- `200`: this means that the API request was executed. -- Failed: this means that the API request has failed. +- `500`: this means that the API request has failed. diff --git a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx index 48390255cd..0c0cf85d4d 100644 --- a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx +++ b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx @@ -15,9 +15,11 @@ categories: This page teaches you how to configure the necessary permission set to access [Audit Trail](/identity-and-access-management/audit-trail/concepts/#audit-trail). -## How to configure the Audit Trail permission set +## Configure the Audit Trail permission set -To start using Audit Trail you need to configure the `AuditTrailReadOnly` permission set in [IAM](/identity-and-access-management/iam/concepts/#iam). The [scope](/identity-and-access-management/iam/concepts/#scope) of this permission set is at [Organization](/identity-and-access-management/iam/concepts/#organization) level. +To start using Audit Trail you need to configure the `AuditTrailReadOnly` or the `OrganizationManager` permission sets in [IAM](/identity-and-access-management/iam/concepts/#iam). +The `OrganizationManager` permission set is included in the `Administrator` group which is created by default whenever a new Organization is created. +The [scope](/identity-and-access-management/iam/concepts/#scope) of these permission sets is at [Organization](/identity-and-access-management/iam/concepts/#organization) level. 1. Click **Identity and Access Management (IAM)** from the top-right of your [**Organization Dashboard**](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays. 2. [Create an IAM policy](/identity-and-access-management/iam/how-to/create-policy/) and perform steps one to five. @@ -29,4 +31,11 @@ To start using Audit Trail you need to configure the `AuditTrailReadOnly` permis 5. Click **Validate**. 6. Click **Create policy**. -You now have access to Audit Trail. \ No newline at end of file +## Configure Audit Trail access via the IAM Administrator group + +You can also use Audit Trail if you are part of the IAM `Administrators` [group](/identity-and-access-management/iam/concepts/#group). + +1. Follow the [following procedure](/identity-and-access-management/iam/how-to/invite-user-to-orga/) until step 3. +2. Click the drop-down under **Add to an existing group** and add the users to the **Administrators** group. +3. Click **Invite** to send the invitation. The user receives an email inviting them to accept your invitation. If they do not already have a Scaleway account, they will be prompted to [create one](/console/account/how-to/create-an-account/) first. +4. The user will appear in the **Users** tab** once they have accepted the invitation. diff --git a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx index 782b97cfe9..52df3aaaa7 100644 --- a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx +++ b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx @@ -22,9 +22,9 @@ This page shows you how to see and filter events for your Scaleway resources in 3. Click the **Date range** field and select a date range to track events for. 4. Click the **Project** drop-down and select the Scaleway Project containing the resources you want to track. 5. Click the **Method** drop-down and select the API method you want to track events for. -6. Click the **Status** drop-down and select either **Successful** or **Failed**. +6. Click the **Status** drop-down and select either **200** or **500** to view successful or failed requests. 7. Optionally, click **Reset** to reset the filter. - If no events display after you use the filter, try switching the region from the **Region** drop-down, or adjusting your search. + If no events display after you use the filter, check the [dedicated troubleshooting page](/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events/) to solve the issue. diff --git a/identity-and-access-management/audit-trail/quickstart.mdx b/identity-and-access-management/audit-trail/quickstart.mdx index fb433d9dd4..62d95a9292 100644 --- a/identity-and-access-management/audit-trail/quickstart.mdx +++ b/identity-and-access-management/audit-trail/quickstart.mdx @@ -16,23 +16,13 @@ In this quickstart, we show you how to start using [Audit Trail](/identity-and-a - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization -- Created resources integrated with Audit Trail +- Created [resources integrated with Audit Trail](/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt/) ## How to configure the Audit Trail permission set -To start using Audit Trail you need to configure the `AuditTrailReadOnly` permission set in [IAM](/identity-and-access-management/iam/concepts/#iam). The [scope](/identity-and-access-management/iam/concepts/#scope) of this permission set is at [Organization](/identity-and-access-management/iam/concepts/#organization) level. +To start using Audit Trail you need to configure permission sets in [IAM](/identity-and-access-management/iam/concepts/#iam). -1. Click **Identity and Access Management (IAM)** from the top-right of your [**Organization Dashboard**](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays. -2. [Create an IAM policy](/identity-and-access-management/iam/how-to/create-policy/) and perform steps one to five. -3. Select the **Access to Organization features** scope and click **Validate** to move on to the next step. - - The **Access to Organization features** scope allows you to give the [principal](/identity-and-access-management/iam/concepts/#principal) permissions to Organization-level features such as IAM, Audit Trail, billing, support & abuse tickets, and project management. - -4. Click the **Security and Identity** category in the **Products** section, then choose the **AuditTrailReadOnly** permission set. -5. Click **Validate**. -6. Click **Create policy**. - -You now have access to Audit Trail. +Refer to the [dedicated documentation page](/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions/) to find out how. ## How to use Audit Trail @@ -41,7 +31,7 @@ You now have access to Audit Trail. 3. Click the **Date range** field and select a date range to track events for. 4. Click the **Project** drop-down and select the Scaleway Project containing the resources you want to track. 5. Click the **Method** drop-down and select the API method you want to track events for. -6. Click the **Status** drop-down and select either **Successful** or **Failed**. +6. Click the **Status** drop-down and select either **200** or **500** to view successful or failed requests. 7. Optionally, click **Reset** to reset the filter. diff --git a/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx b/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx similarity index 91% rename from identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx rename to identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx index 0e3796fc18..a92ca964ec 100644 --- a/identity-and-access-management/audit-trail/reference-content/product-integration-with-adt.mdx +++ b/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx @@ -20,7 +20,6 @@ The following table provides details about the Scaleway resources that are integ | **Product Name** | **Audit Trail Integration** | |----------------------------|---------------------------------| | Secret Manager | **Integrated** | -| Kubernetes | **Integrated** | ## Resource integration planned @@ -29,9 +28,10 @@ The following table provides details about the Scaleway resources that will be i | **Product Name** | **Audit Trail Integration** | |----------------------------|---------------------------------| -| IAM | **Planned** | -| Object Storage | **Planned** | -| Billing | **Planned** | +| Kubernetes | **Not integrated yet** | +| IAM | **Not integrated yet** | +| Object Storage | **Not integrated yet** | +| Billing | **Not integrated yet** | | Account | **Not integrated yet** | | Apple Silicon | **Not integrated yet** | | Block Storage | **Not integrated yet** | @@ -68,5 +68,5 @@ The following table provides details about the Scaleway resources that will be i | Service Catalog | **Not integrated yet** | | Topics and Events | **Not integrated yet** | | Transactional Email | **Not integrated yet** | -| VPC | **Not integrated yet** | +| VPC | **Not integrated yet** | | Web Hosting | **Not integrated yet** | diff --git a/menu/navigation.json b/menu/navigation.json index ecc61d718d..dedca71259 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -468,8 +468,8 @@ { "items": [ { - "label": "Audit Trail product integration", - "slug": "product-integration-with-adt" + "label": "Audit Trail resource integration", + "slug": "resource-integration-with-adt" } ], "label": "Additional Content", From 208a4e7bd40038b872fa03b74cebe5a468af2fa2 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Thu, 14 Nov 2024 15:18:34 +0100 Subject: [PATCH 09/16] docs(adt): add faq --- faq/audit-trail.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx index d971343644..b36fe81ab8 100644 --- a/faq/audit-trail.mdx +++ b/faq/audit-trail.mdx @@ -27,3 +27,7 @@ Audit Trail is free of charge. ## Which Scaleway resources are integrated with Audit Trail? During Beta, only Secret Manager is integrated with Audit Trail. Refer to the [dedicated documentation](/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt/) to find out more about resource integration with Audit Trail. + +## Where are my Audit Trail events stored? + +Audit Trail events are stored in the same region where the activity occurred. This means that if an event takes place in a specific region, it will be saved and accessible in that same region. From efe550f4dfdff5a11a2a5b16307a3cca181bdef6 Mon Sep 17 00:00:00 2001 From: nerda-codes <87707325+nerda-codes@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:24:17 +0100 Subject: [PATCH 10/16] docs(adt): apply suggestions from code review Co-authored-by: Florent Viel --- .../audit-trail/concepts.mdx | 8 ++++---- .../how-to/configure-audit-trail-permissions.mdx | 2 +- .../audit-trail/how-to/use-audit-trail.mdx | 4 ++-- .../audit-trail/quickstart.mdx | 2 +- .../resource-integration-with-adt.mdx | 16 ++++++++-------- menu/navigation.json | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx index 2a180e826e..409decba84 100644 --- a/identity-and-access-management/audit-trail/concepts.mdx +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -20,11 +20,11 @@ Audit Trail allows you to view the metadata of the API method used, allowing you ## Event -An event is a record of any activity related to your Scaleway resources, encompassing actions by users, applications, or Scaleway itself. +An event is a record of any activity related to your Scaleway resources, encompassing actions by users, applications, or Scaleway. -## Location +## Project -In the context of Audit Trail, location refers to the place where the Scaleway resources being monitored are located. They can be located in different Scaleway Projects, or Organizations. +In the context of Audit Trail, a Project refers to the place where the Scaleway resources being monitored are located. They can be located in different Scaleway Projects, of different Scaleway Organizations. ## Method @@ -42,4 +42,4 @@ A status is the API response returned whenever an action was taken on a resource - `200`: this means that the API request was executed. -- `500`: this means that the API request has failed. +- `403`: this means that the permission to access the API was denied. diff --git a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx index 0c0cf85d4d..2098e7a58c 100644 --- a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx +++ b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx @@ -31,7 +31,7 @@ The [scope](/identity-and-access-management/iam/concepts/#scope) of these permis 5. Click **Validate**. 6. Click **Create policy**. -## Configure Audit Trail access via the IAM Administrator group +## Configure Audit Trail access via the IAM Administrators group You can also use Audit Trail if you are part of the IAM `Administrators` [group](/identity-and-access-management/iam/concepts/#group). diff --git a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx index 52df3aaaa7..7341659a1a 100644 --- a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx +++ b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx @@ -18,11 +18,11 @@ This page shows you how to see and filter events for your Scaleway resources in ## How to use Audit Trail 1. Click **Audit Trail** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu. -2. Click the **Region** dop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events should display. +2. Click the **Region** drop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events should display. 3. Click the **Date range** field and select a date range to track events for. 4. Click the **Project** drop-down and select the Scaleway Project containing the resources you want to track. 5. Click the **Method** drop-down and select the API method you want to track events for. -6. Click the **Status** drop-down and select either **200** or **500** to view successful or failed requests. +6. Click the **Status** drop-down and select either **200** or **403** to view successful or failed requests. 7. Optionally, click **Reset** to reset the filter. diff --git a/identity-and-access-management/audit-trail/quickstart.mdx b/identity-and-access-management/audit-trail/quickstart.mdx index 62d95a9292..aa6b5dd1c5 100644 --- a/identity-and-access-management/audit-trail/quickstart.mdx +++ b/identity-and-access-management/audit-trail/quickstart.mdx @@ -31,7 +31,7 @@ Refer to the [dedicated documentation page](/identity-and-access-management/audi 3. Click the **Date range** field and select a date range to track events for. 4. Click the **Project** drop-down and select the Scaleway Project containing the resources you want to track. 5. Click the **Method** drop-down and select the API method you want to track events for. -6. Click the **Status** drop-down and select either **200** or **500** to view successful or failed requests. +6. Click the **Status** drop-down and select either **200** or **403** to view successful or failed requests. 7. Optionally, click **Reset** to reset the filter. diff --git a/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx b/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx index a92ca964ec..5bc9fd475b 100644 --- a/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx +++ b/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx @@ -1,10 +1,10 @@ --- meta: - title: Audit Trail resource integration - description: Discover current and planned Scaleway resource integrations with Audit Trail for event tracking. + title: Audit Trail product integration + description: Discover current and planned Scaleway product integrations with Audit Trail for event tracking. content: - h1: Audit Trail resource integration - paragraph: Discover current and planned Scaleway resource integrations with Audit Trail for event tracking. + h1: Audit Trail product integration + paragraph: Discover current and planned Scaleway product integrations with Audit Trail for event tracking. tags: audit-trail product-integration scaleway-resources dates: validation: 2024-11-26 @@ -13,17 +13,17 @@ categories: - identity-and-access-management --- -The following table provides details about the Scaleway resources that are integrated with Audit Trail. +The following table provides details about the Scaleway products that are integrated with Audit Trail. -## Resource integration available +## Product integration available | **Product Name** | **Audit Trail Integration** | |----------------------------|---------------------------------| | Secret Manager | **Integrated** | -## Resource integration planned +## Product integration planned -The following table provides details about the Scaleway resources that will be integrated with Audit Trail. +The following table provides details about the Scaleway products that will be integrated with Audit Trail. | **Product Name** | **Audit Trail Integration** | diff --git a/menu/navigation.json b/menu/navigation.json index dedca71259..963b5dc1b6 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -468,7 +468,7 @@ { "items": [ { - "label": "Audit Trail resource integration", + "label": "Audit Trail product integration", "slug": "resource-integration-with-adt" } ], From 866861645a131a8397c1bcdacb54b66bbea24854 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 26 Nov 2024 11:17:11 +0100 Subject: [PATCH 11/16] docs(adt): fixes --- .../account/reference-content/products-availability.mdx | 6 ++++-- faq/audit-trail.mdx | 8 +++++--- identity-and-access-management/audit-trail/concepts.mdx | 4 ++-- .../how-to/configure-audit-trail-permissions.mdx | 2 +- identity-and-access-management/audit-trail/quickstart.mdx | 7 +++++-- .../reference-content/resource-integration-with-adt.mdx | 4 ++-- .../iam/reference-content/permission-sets.mdx | 2 ++ 7 files changed, 21 insertions(+), 12 deletions(-) diff --git a/console/account/reference-content/products-availability.mdx b/console/account/reference-content/products-availability.mdx index ec17f75e85..1bc389968d 100644 --- a/console/account/reference-content/products-availability.mdx +++ b/console/account/reference-content/products-availability.mdx @@ -7,7 +7,7 @@ content: paragraph: Check availability details of Scaleway products. tags: availability region zone availability-zone dates: - validation: 2024-10-14 + validation: 2024-11-25 posted: 2023-01-05 categories: - console @@ -51,7 +51,9 @@ Scaleway products are available in multiple regions and locations worldwide. Thi | **Managed Services** | Web Hosting | Across Paris region | Not available yet | Not available yet | | | IoT Hub | Across Paris region | Not available yet | Not available yet | | | Transactional Email | Automatically assigned | Automatically assigned | Automatically assigned | -| **Observability** | Observability Cockpit | Across Paris region | Across Amsterdam region | Across Warsaw region | +| **Observability** | Cockpit | Across Paris region | Across Amsterdam region | Across Warsaw region | | **Security and Identity** | Secret Manager | Across Paris region | Across Amsterdam region | Across Warsaw region | +| | Audit Trail | Across Paris region | Across Amsterdam region | Not available yet | + * \* All Glacier data is stored in [Paris DC4](/faq/objectstorage/#why-are-glacier-objects-stored-in-paris-dc4-is-it-accessible-from-buckets-in-all-locations). diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx index b36fe81ab8..5602069a51 100644 --- a/faq/audit-trail.mdx +++ b/faq/audit-trail.mdx @@ -6,7 +6,7 @@ content: h1: Audit Trail hero: assets/iam.webp dates: - validation: 2024-11-26 + validation: 2024-11-28 category: identity-and-access-management --- @@ -24,10 +24,12 @@ You can use Audit Trail for troubleshooting, compliance verification, and analys Audit Trail is free of charge. -## Which Scaleway resources are integrated with Audit Trail? +## Which Scaleway products are integrated with Audit Trail? -During Beta, only Secret Manager is integrated with Audit Trail. Refer to the [dedicated documentation](/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt/) to find out more about resource integration with Audit Trail. +During Beta, only Secret Manager is integrated with Audit Trail. Refer to the [dedicated documentation](/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt/) to find out more about product integration with Audit Trail. ## Where are my Audit Trail events stored? Audit Trail events are stored in the same region where the activity occurred. This means that if an event takes place in a specific region, it will be saved and accessible in that same region. + +Audit Trail is not available in Poland. \ No newline at end of file diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx index 409decba84..7c12c2fae0 100644 --- a/identity-and-access-management/audit-trail/concepts.mdx +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn fundamental concepts of Scaleway's Audit Trail. tags: audit-trail log events access dates: - validation: 2024-11-26 + validation: 2024-11-28 --- ## Audit Trail @@ -32,7 +32,7 @@ A method in the context of Audit Trail is the API call sent to the Audit Trail A ## Region -A region is the geographical area in which your resources are located (Paris, Amsterdam, or Warsaw). +A region is the geographical area in which your resources are located (Paris, Amsterdam). Audit Trail is not available in Poland. Audit Trail allows you to select and filter your resources by region and Scaleway Project. This allows you to better sort through your resources. diff --git a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx index 2098e7a58c..6d425b5dbe 100644 --- a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx +++ b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx @@ -18,7 +18,7 @@ This page teaches you how to configure the necessary permission set to access [A ## Configure the Audit Trail permission set To start using Audit Trail you need to configure the `AuditTrailReadOnly` or the `OrganizationManager` permission sets in [IAM](/identity-and-access-management/iam/concepts/#iam). -The `OrganizationManager` permission set is included in the `Administrator` group which is created by default whenever a new Organization is created. +The `OrganizationManager` permission set is included in the `Administrators` group which is created by default whenever a new Organization is created. The [scope](/identity-and-access-management/iam/concepts/#scope) of these permission sets is at [Organization](/identity-and-access-management/iam/concepts/#organization) level. 1. Click **Identity and Access Management (IAM)** from the top-right of your [**Organization Dashboard**](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays. diff --git a/identity-and-access-management/audit-trail/quickstart.mdx b/identity-and-access-management/audit-trail/quickstart.mdx index aa6b5dd1c5..adbb8e9e6e 100644 --- a/identity-and-access-management/audit-trail/quickstart.mdx +++ b/identity-and-access-management/audit-trail/quickstart.mdx @@ -6,8 +6,8 @@ content: h1: Audit Trail - Quickstart paragraph: Quickly set up and start using Scaleway’s Audit Trail. Follow steps to configure permissions and track events across regions and projects. dates: - validation: 2024-11-26 - posted: 2024-11-26 + validation: 2024-11-28 + posted: 2024-11-28 --- In this quickstart, we show you how to start using [Audit Trail](/identity-and-access-management/audit-trail/concepts/#audit-trail). @@ -28,6 +28,9 @@ Refer to the [dedicated documentation page](/identity-and-access-management/audi 1. Click **Audit Trail** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu. 2. Click the **Region** dop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events should display. + + Audit Trail is not available in Poland. + 3. Click the **Date range** field and select a date range to track events for. 4. Click the **Project** drop-down and select the Scaleway Project containing the resources you want to track. 5. Click the **Method** drop-down and select the API method you want to track events for. diff --git a/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx b/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx index 5bc9fd475b..4951ce8062 100644 --- a/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx +++ b/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx @@ -7,8 +7,8 @@ content: paragraph: Discover current and planned Scaleway product integrations with Audit Trail for event tracking. tags: audit-trail product-integration scaleway-resources dates: - validation: 2024-11-26 - posted: 2024-11-26 + validation: 2024-11-28 + posted: 2024-11-28 categories: - identity-and-access-management --- diff --git a/identity-and-access-management/iam/reference-content/permission-sets.mdx b/identity-and-access-management/iam/reference-content/permission-sets.mdx index 885481098d..892a052b6d 100644 --- a/identity-and-access-management/iam/reference-content/permission-sets.mdx +++ b/identity-and-access-management/iam/reference-content/permission-sets.mdx @@ -30,6 +30,8 @@ Below is a list of the permission sets available at Scaleway. | SupportTicketManager | Full access to support tickets. This means access to create, read and update support tickets in the Organization | | SupportTicketReadOnly | List and read access to support tickets | | AbuseTicketManager | Full access to abuse tickets. This means access to create, read and update abuse tickets in the Organization | +| AuditTrailReadOnly | List and read access to Audit Trail events | + 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. From c7bd3186a6e10b8c7e761bf45b0ef7f0ee3cc9bf Mon Sep 17 00:00:00 2001 From: nerda-codes <87707325+nerda-codes@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:20:09 +0100 Subject: [PATCH 12/16] docs(audit-trail): date --- .../audit-trail/how-to/configure-audit-trail-permissions.mdx | 4 ++-- .../audit-trail/how-to/use-audit-trail.mdx | 4 ++-- identity-and-access-management/audit-trail/quickstart.mdx | 4 ++-- .../audit-trail/troubleshooting/cannot-see-events.mdx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx index 6d425b5dbe..f55df7dfc6 100644 --- a/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx +++ b/identity-and-access-management/audit-trail/how-to/configure-audit-trail-permissions.mdx @@ -7,8 +7,8 @@ content: paragraph: Learn how to configure IAM permissions for accessing Scaleway's Audit Trail, enabling event tracking across Organizations and Projects. tags: audit-trail events tracking iam permissions dates: - validation: 2024-11-26 - posted: 2024-11-26 + validation: 2024-11-28 + posted: 2024-11-28 categories: - identity-and-access-management --- diff --git a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx index 7341659a1a..222ef6b439 100644 --- a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx +++ b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx @@ -7,8 +7,8 @@ content: paragraph: Learn to view and filter events in Scaleway's Audit Trail by region, date, project, method, and status for effective resource tracking. tags: audit-trail events track filter dates: - validation: 2024-11-26 - posted: 2024-11-26 + validation: 2024-11-28 + posted: 2024-11-28 categories: - identity-and-access-management --- diff --git a/identity-and-access-management/audit-trail/quickstart.mdx b/identity-and-access-management/audit-trail/quickstart.mdx index adbb8e9e6e..932a3bdfc9 100644 --- a/identity-and-access-management/audit-trail/quickstart.mdx +++ b/identity-and-access-management/audit-trail/quickstart.mdx @@ -34,11 +34,11 @@ Refer to the [dedicated documentation page](/identity-and-access-management/audi 3. Click the **Date range** field and select a date range to track events for. 4. Click the **Project** drop-down and select the Scaleway Project containing the resources you want to track. 5. Click the **Method** drop-down and select the API method you want to track events for. -6. Click the **Status** drop-down and select either **200** or **403** to view successful or failed requests. +6. Click the **Status** drop-down and select either **200** or **403** to view successful requests or denied access. 7. Optionally, click **Reset** to reset the filter. - If no events display after you use the filter, try switching the region from the **Region** drop-down, or adjusting your search. + If no events display after you use the filter, try switching the region from the **Region** drop-down, or adjusting your search. Find out how to troubleshoot event issues in our [dedicated documentation](/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events). diff --git a/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx b/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx index 6c78c8afae..3702754154 100644 --- a/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx +++ b/identity-and-access-management/audit-trail/troubleshooting/cannot-see-events.mdx @@ -6,8 +6,8 @@ meta: paragraph: Troubleshoot missing events in Scaleway's Audit Trail. Ensure permissions, resource setup, and correct region to view your Audit Trail events. tags: audit-trail events debug troubleshoot dates: - validation: 2024-11-26 - posted: 2024-11-26 + validation: 2024-11-28 + posted: 2024-11-28 categories: - identity-and-access-management --- From eecf874288064ef697c3f689f1951a663ff43744 Mon Sep 17 00:00:00 2001 From: nerda-codes <87707325+nerda-codes@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:31:46 +0100 Subject: [PATCH 13/16] docs(audit-trail): team review Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- faq/audit-trail.mdx | 2 +- identity-and-access-management/audit-trail/concepts.mdx | 6 +++--- .../audit-trail/how-to/use-audit-trail.mdx | 2 +- identity-and-access-management/audit-trail/quickstart.mdx | 2 +- .../reference-content/resource-integration-with-adt.mdx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx index 5602069a51..7c8e48edbd 100644 --- a/faq/audit-trail.mdx +++ b/faq/audit-trail.mdx @@ -32,4 +32,4 @@ During Beta, only Secret Manager is integrated with Audit Trail. Refer to the [d Audit Trail events are stored in the same region where the activity occurred. This means that if an event takes place in a specific region, it will be saved and accessible in that same region. -Audit Trail is not available in Poland. \ No newline at end of file +Audit Trail is not available for the Poland - Warsaw region. \ No newline at end of file diff --git a/identity-and-access-management/audit-trail/concepts.mdx b/identity-and-access-management/audit-trail/concepts.mdx index 7c12c2fae0..9bf731f80e 100644 --- a/identity-and-access-management/audit-trail/concepts.mdx +++ b/identity-and-access-management/audit-trail/concepts.mdx @@ -32,7 +32,7 @@ A method in the context of Audit Trail is the API call sent to the Audit Trail A ## Region -A region is the geographical area in which your resources are located (Paris, Amsterdam). Audit Trail is not available in Poland. +A region is the geographical area in which your resources are located (Paris, Amsterdam). Audit Trail is not available for the Poland - Warsaw region. Audit Trail allows you to select and filter your resources by region and Scaleway Project. This allows you to better sort through your resources. @@ -40,6 +40,6 @@ Audit Trail allows you to select and filter your resources by region and Scalewa A status is the API response returned whenever an action was taken on a resource by a principal. There are two statuses: -- `200`: this means that the API request was executed. +- `200`: the API request was executed. -- `403`: this means that the permission to access the API was denied. +- `403`: permission to access the API was denied. diff --git a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx index 222ef6b439..f7545ae0fd 100644 --- a/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx +++ b/identity-and-access-management/audit-trail/how-to/use-audit-trail.mdx @@ -18,7 +18,7 @@ This page shows you how to see and filter events for your Scaleway resources in ## How to use Audit Trail 1. Click **Audit Trail** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu. -2. Click the **Region** drop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events should display. +2. Click the **Region** drop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events display. 3. Click the **Date range** field and select a date range to track events for. 4. Click the **Project** drop-down and select the Scaleway Project containing the resources you want to track. 5. Click the **Method** drop-down and select the API method you want to track events for. diff --git a/identity-and-access-management/audit-trail/quickstart.mdx b/identity-and-access-management/audit-trail/quickstart.mdx index 932a3bdfc9..4ad5496e60 100644 --- a/identity-and-access-management/audit-trail/quickstart.mdx +++ b/identity-and-access-management/audit-trail/quickstart.mdx @@ -27,7 +27,7 @@ Refer to the [dedicated documentation page](/identity-and-access-management/audi ## How to use Audit Trail 1. Click **Audit Trail** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu. -2. Click the **Region** dop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events should display. +2. Click the **Region** dop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events display. Audit Trail is not available in Poland. diff --git a/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx b/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx index 4951ce8062..cddcbb38a1 100644 --- a/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx +++ b/identity-and-access-management/audit-trail/reference-content/resource-integration-with-adt.mdx @@ -21,7 +21,7 @@ The following table provides details about the Scaleway products that are integr |----------------------------|---------------------------------| | Secret Manager | **Integrated** | -## Product integration planned +## Planned product integration The following table provides details about the Scaleway products that will be integrated with Audit Trail. From c4d0212fa81ed99b9e9ab7e56d67ee42c33349c9 Mon Sep 17 00:00:00 2001 From: nerda-codes <87707325+nerda-codes@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:34:17 +0100 Subject: [PATCH 14/16] Update quickstart.mdx --- identity-and-access-management/audit-trail/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity-and-access-management/audit-trail/quickstart.mdx b/identity-and-access-management/audit-trail/quickstart.mdx index 4ad5496e60..504e63baaa 100644 --- a/identity-and-access-management/audit-trail/quickstart.mdx +++ b/identity-and-access-management/audit-trail/quickstart.mdx @@ -27,7 +27,7 @@ Refer to the [dedicated documentation page](/identity-and-access-management/audi ## How to use Audit Trail 1. Click **Audit Trail** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu. -2. Click the **Region** dop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events display. +2. Click the **Region** drop-down and select a region in which you have created resources integrated with Audit Trail. Your Audit Trail events display. Audit Trail is not available in Poland. From a4cf4a0b5ad74747c2306df00bfa45ea273babb3 Mon Sep 17 00:00:00 2001 From: nerda-codes <87707325+nerda-codes@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:56:02 +0100 Subject: [PATCH 15/16] Update faq/audit-trail.mdx --- faq/audit-trail.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx index 7c8e48edbd..bddbb1afd2 100644 --- a/faq/audit-trail.mdx +++ b/faq/audit-trail.mdx @@ -4,7 +4,7 @@ meta: description: Get answers on using Scaleway's Audit Trail to monitor events, enhance security, and track activities across your resources content: h1: Audit Trail -hero: assets/iam.webp +productIcon: IamProductIcon dates: validation: 2024-11-28 category: identity-and-access-management From b43b7ab9290d8d0c3e92a5f6685ddde9dd7b37ab Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Wed, 27 Nov 2024 18:19:03 +0100 Subject: [PATCH 16/16] docs(fix): use sem icons for now --- faq/audit-trail.mdx | 2 +- identity-and-access-management/audit-trail/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/faq/audit-trail.mdx b/faq/audit-trail.mdx index bddbb1afd2..15c8050eaf 100644 --- a/faq/audit-trail.mdx +++ b/faq/audit-trail.mdx @@ -4,7 +4,7 @@ meta: description: Get answers on using Scaleway's Audit Trail to monitor events, enhance security, and track activities across your resources content: h1: Audit Trail -productIcon: IamProductIcon +productIcon: SecretManagerProductIcon dates: validation: 2024-11-28 category: identity-and-access-management diff --git a/identity-and-access-management/audit-trail/index.mdx b/identity-and-access-management/audit-trail/index.mdx index 58ebd576d0..96d8d5680a 100644 --- a/identity-and-access-management/audit-trail/index.mdx +++ b/identity-and-access-management/audit-trail/index.mdx @@ -6,7 +6,7 @@ meta: