From cda99a91bba0ec6b5eac1031d46d8fae807ad09f Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Wed, 20 Aug 2025 15:18:19 +0200 Subject: [PATCH 1/7] docs(add): add banner and new page about deprecation --- macros/cockpit/grafana-users-deprecation.mdx | 9 ++ macros/cockpit/plan-deprecation.mdx | 19 ---- pages/cockpit/concepts.mdx | 3 + .../access-grafana-and-managed-dashboards.mdx | 3 +- .../how-to/retrieve-grafana-credentials.mdx | 2 + .../grafana-authentication-with-iam.mdx | 94 +++++++++++++++++++ 6 files changed, 110 insertions(+), 20 deletions(-) create mode 100644 macros/cockpit/grafana-users-deprecation.mdx delete mode 100644 macros/cockpit/plan-deprecation.mdx create mode 100644 pages/cockpit/reference-content/grafana-authentication-with-iam.mdx diff --git a/macros/cockpit/grafana-users-deprecation.mdx b/macros/cockpit/grafana-users-deprecation.mdx new file mode 100644 index 0000000000..4483e5b2fb --- /dev/null +++ b/macros/cockpit/grafana-users-deprecation.mdx @@ -0,0 +1,9 @@ +--- +macro: grafana-users-deprecation +--- + + + **Cockpit Grafana integration with IAM**

+ From October 1st, 2025, you will be able to log in to Grafana using your Scaleway credentials. Legacy Grafana credentials will be deprecated by January 20th, 2026. + Learn more about the transition in the [dedicated documentation](/cockpit/reference-content/grafana-authentication-with-iam/) +
\ No newline at end of file diff --git a/macros/cockpit/plan-deprecation.mdx b/macros/cockpit/plan-deprecation.mdx deleted file mode 100644 index ad4809a827..0000000000 --- a/macros/cockpit/plan-deprecation.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -macro: cockpit-plan-deprecation ---- - - - - **Pricing update for Cockpit custom retention**

- - On January 1st, 2025, Cockpit pricing plans were deprecated and replaced by the custom [retention](/cockpit/concepts/#retention) feature, available for free during beta. - On May 1st, 2025, this feature reaches general availability and **becomes billable**.

- - **Logs and traces**: free retention for 7 days, then charged €0.002/GB/day - - **Metrics**: free retention for 31 days, then charged €0.0002/10 million samples/day - - Ingestion of custom data remains billable at [the current pricing](/cockpit/faq/#how-am-i-billed-for-using-cockpit-with-custom-data). - - Refer to the [dedicated documentation](/cockpit/how-to/change-data-retention/) to adjust retention settings. -
diff --git a/pages/cockpit/concepts.mdx b/pages/cockpit/concepts.mdx index ec16571b41..f3c62ec675 100644 --- a/pages/cockpit/concepts.mdx +++ b/pages/cockpit/concepts.mdx @@ -9,6 +9,7 @@ categories: --- import image from './assets/scaleway-traces-concept.webp' +import GrafanaUsersDeprecation from '@macros/cockpit/grafana-users-deprecation.mdx' ## Agent @@ -101,6 +102,8 @@ A Grafana user is any individual who can log in to [Grafana](https://grafana.com - The `admin` user is not yet available for creation. + + ## Loki Loki is the log aggregation system used by [Grafana](https://grafana.com/docs/grafana/latest/introduction/) to store and query your logs. diff --git a/pages/cockpit/how-to/access-grafana-and-managed-dashboards.mdx b/pages/cockpit/how-to/access-grafana-and-managed-dashboards.mdx index b9dbdf45c9..8d0676b445 100644 --- a/pages/cockpit/how-to/access-grafana-and-managed-dashboards.mdx +++ b/pages/cockpit/how-to/access-grafana-and-managed-dashboards.mdx @@ -7,7 +7,7 @@ dates: posted: 2022-10-31 --- import Requirements from '@macros/iam/requirements.mdx' - +import GrafanaUsersDeprecation from '@macros/cockpit/grafana-users-deprecation.mdx' Scaleway provides you with preconfigured dashboards you can access in Grafana, for [Scaleway resources integrated with Cockpit](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit). @@ -19,6 +19,7 @@ This page shows you how to access [preconfigured dashboards](/cockpit/concepts/# - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization - [Retrieved your Grafana credentials](/cockpit/how-to/retrieve-grafana-credentials/) + 1. Click **Cockpit** in the **Monitoring** section of the [console](https://console.scaleway.com/) side menu. The **Cockpit** overview page displays. 2. Click **Open dashboards** to open your preconfigured dashboards in Grafana. You are redirected to the Grafana website. diff --git a/pages/cockpit/how-to/retrieve-grafana-credentials.mdx b/pages/cockpit/how-to/retrieve-grafana-credentials.mdx index 97568d346f..76b5230a6b 100644 --- a/pages/cockpit/how-to/retrieve-grafana-credentials.mdx +++ b/pages/cockpit/how-to/retrieve-grafana-credentials.mdx @@ -7,6 +7,7 @@ dates: posted: 2022-10-31 --- import Requirements from '@macros/iam/requirements.mdx' +import GrafanaUsersDeprecation from '@macros/cockpit/grafana-users-deprecation.mdx' This page shows you how to retrieve your Grafana credentials to access your preconfigured [dashboards](/cockpit/concepts/#preconfigured-dashboards) using the [Scaleway console](https://console.scaleway.com/). @@ -16,6 +17,7 @@ This page shows you how to retrieve your Grafana credentials to access your prec - 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 + 1. Click **Cockpit** in the **Monitoring** section of the [console](https://console.scaleway.com/) side menu. The **Cockpit** overview page displays. 2. Click the **Grafana users** tab. diff --git a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx new file mode 100644 index 0000000000..44aad90feb --- /dev/null +++ b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx @@ -0,0 +1,94 @@ +--- +title: Authenticating to Cockpit's Grafana using IAM +description: Learn how to create a custom data source and its data type using the Scaleway console. Follow the steps to choose a data type, select a region, and finalize the creation process. +dates: + validation: 2025-08-20 + posted: 2025-08-20 +--- + +Starting **October 1st, 2025**, Cockpit will be integrated with **Scaleway IAM**, enabling you to authenticate to your Cockpit's Grafana using your **Scaleway credentials** rather than Grafana credentials. + +This page explains how to prepare for the transition. + + +## Reasons for the change + +We are simplifying authentication and improving security by: + +- Removing the need to manage Grafana-specific users and passwords. +- Enabling login using your existing **Scaleway credentials**. +- Allowing central IAM-based access management. +- Supporting **Multi-Factor Authentication (MFA)**. + +## Transition timeline + +| Event | Date | +|------|------| +| IAM authentication becomes available | **October 1st, 2025** | +| Creating new Grafana users disabled | **October 1st, 2025** | +| Legacy Grafana user login deprecation | **January 20th, 2026** | + + +## What is changing? + +### New login method + +From **October 1st**, you will be able to log in using your Scaleway credentials via the Scaleway console or saved links. + +### New dashboard URLs + +To support both login methods during the transition, Grafana dashboards will have **new URLs**: + +- **Old URL:** + `https://.dashboard.obs.fr-par.scw.cloud` + +- **New URL (IAM-authenticated):** + `https://.dashboard.cockpit.scaleway.com` + or + `https://.dashboard.cockpit.scw.cloud` + +Both links will be functional until **January 20th, 2026**, after which only the new IAM-based URLs will remain valid. + +## Who can access your Cockpit's Grafana? + +Users must: + +- Be **members** of your Scaleway Organization +- Have access to the Scaleway Project where the Cockpit is located +- Have been granted either the `ObservabilityReadOnly` or the `ObservabilityFullAccess` IAM permission set + +You can manage members and permission sets in the [IAM section of the Scaleway console](https://console.scaleway.com/iam/members). + + +## How to access your Cockpit's Grafana? + +### From the Scaleway console + +Access to Grafana using the Scaleway console remains the same as before. + +1. Click **Cockpit** in the **Monitoring** section of the [console](https://console.scaleway.com/) side menu. The **Cockpit** overview page displays. +2. Click **Open dashboards** to open your preconfigured dashboards in Grafana. You will be automatically logged in using your Scaleway account. + +### From a saved/shared link + +You can also access your Cockpit's Grafana using bookmarked links, alerts, or runbooks. + +1. Open the new IAM-compatible URL. The Scaleway login page displays. +2. Log in using your Scaleway credentials. Your Grafana dashboard displays. + +## What will happen to existing Grafana users? + +Grafana users not linked to Scaleway IAM will be deprecated. refer to the table below to find out until when you can perform which actions. + +| Action | Available until | +|--------|-----------------| +| Log in using Grafana credentials | **January 20th, 2026** | +| Generate passwords for existing Grafana users | **January 20th, 2026** | +| Create new Grafana users | **Disabled after October 1st, 2025** | + +## How to prepare for this transition? + +If you have users who are not in your Scaleway Organization, we recommend the following: + +- **Invite them as Members** to your Organization +- Assign the `ObservabilityReadOnly` or the `ObservabilityFullAccess` permission sets only to the Projects they need to access \ No newline at end of file From a2f658d2d8d6a84cb72ec71291408549473d798f Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Wed, 20 Aug 2025 15:23:19 +0200 Subject: [PATCH 2/7] docs(fix): typos --- .../reference-content/grafana-authentication-with-iam.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx index 44aad90feb..67add33c8d 100644 --- a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx +++ b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx @@ -1,6 +1,6 @@ --- title: Authenticating to Cockpit's Grafana using IAM -description: Learn how to create a custom data source and its data type using the Scaleway console. Follow the steps to choose a data type, select a region, and finalize the creation process. +description: Learn how to transition from Grafana credentials authentication to Scaleway IAM to access your Cockpit's Grafana dates: validation: 2025-08-20 posted: 2025-08-20 @@ -78,7 +78,7 @@ You can also access your Cockpit's Grafana using bookmarked links, alerts, or ru ## What will happen to existing Grafana users? -Grafana users not linked to Scaleway IAM will be deprecated. refer to the table below to find out until when you can perform which actions. +Grafana users not linked to Scaleway IAM will be deprecated. Refer to the table below to find out until when you can perform which actions. | Action | Available until | |--------|-----------------| From c9c77d388a82ef82b927ba0a3c2df3f27cc18695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:00:33 +0200 Subject: [PATCH 3/7] Apply suggestions from code review Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- .../grafana-authentication-with-iam.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx index 67add33c8d..54a3c346c2 100644 --- a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx +++ b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx @@ -6,7 +6,7 @@ dates: posted: 2025-08-20 --- -Starting **October 1st, 2025**, Cockpit will be integrated with **Scaleway IAM**, enabling you to authenticate to your Cockpit's Grafana using your **Scaleway credentials** rather than Grafana credentials. +Starting **October 1st, 2025**, Cockpit will be integrated with **Scaleway IAM**, allowing you to authenticate to your Cockpit's Grafana using your **Scaleway credentials** instead of Grafana credentials. This page explains how to prepare for the transition. @@ -53,14 +53,14 @@ Both links will be functional until **January 20th, 2026**, after which only the Users must: -- Be **members** of your Scaleway Organization +- Be **Members** of your Scaleway Organization - Have access to the Scaleway Project where the Cockpit is located - Have been granted either the `ObservabilityReadOnly` or the `ObservabilityFullAccess` IAM permission set -You can manage members and permission sets in the [IAM section of the Scaleway console](https://console.scaleway.com/iam/members). +You can manage Members and permission sets in the [IAM section of the Scaleway console](https://console.scaleway.com/iam/members). -## How to access your Cockpit's Grafana? +## How to access your Cockpit's Grafana ### From the Scaleway console @@ -86,9 +86,9 @@ Grafana users not linked to Scaleway IAM will be deprecated. Refer to the table | Generate passwords for existing Grafana users | **January 20th, 2026** | | Create new Grafana users | **Disabled after October 1st, 2025** | -## How to prepare for this transition? +## How to prepare for this transition If you have users who are not in your Scaleway Organization, we recommend the following: -- **Invite them as Members** to your Organization +- [Invite them as Members](/iam/how-to/manage-members/#how-to-create-a-member) to your Organization - Assign the `ObservabilityReadOnly` or the `ObservabilityFullAccess` permission sets only to the Projects they need to access \ No newline at end of file From 9b397518af7c445771562bbc9217b6d59deaf3b4 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 26 Aug 2025 10:21:05 +0200 Subject: [PATCH 4/7] docs(add): feedback sophie --- macros/cockpit/grafana-users-deprecation.mdx | 2 +- .../grafana-authentication-with-iam.mdx | 50 ++++++++++--------- ...resetting-grafana-password-via-the-api.mdx | 1 + 3 files changed, 28 insertions(+), 25 deletions(-) diff --git a/macros/cockpit/grafana-users-deprecation.mdx b/macros/cockpit/grafana-users-deprecation.mdx index 4483e5b2fb..d6124985f7 100644 --- a/macros/cockpit/grafana-users-deprecation.mdx +++ b/macros/cockpit/grafana-users-deprecation.mdx @@ -4,6 +4,6 @@ macro: grafana-users-deprecation **Cockpit Grafana integration with IAM**

- From October 1st, 2025, you will be able to log in to Grafana using your Scaleway credentials. Legacy Grafana credentials will be deprecated by January 20th, 2026. + From October 15th, 2025, you will be able to log in to Grafana using your Scaleway credentials. Legacy Grafana user credentials will be deprecated by January 20th, 2026. Learn more about the transition in the [dedicated documentation](/cockpit/reference-content/grafana-authentication-with-iam/)
\ No newline at end of file diff --git a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx index 54a3c346c2..90f4ab190d 100644 --- a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx +++ b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx @@ -2,11 +2,11 @@ title: Authenticating to Cockpit's Grafana using IAM description: Learn how to transition from Grafana credentials authentication to Scaleway IAM to access your Cockpit's Grafana dates: - validation: 2025-08-20 - posted: 2025-08-20 + validation: 2025-08-26 + posted: 2025-08-26 --- -Starting **October 1st, 2025**, Cockpit will be integrated with **Scaleway IAM**, allowing you to authenticate to your Cockpit's Grafana using your **Scaleway credentials** instead of Grafana credentials. +Starting **October 15th, 2025**, Cockpit will be integrated with **Scaleway IAM**, allowing you to authenticate to your Cockpit's Grafana using your **Scaleway credentials** instead of Grafana credentials. This page explains how to prepare for the transition. @@ -24,28 +24,34 @@ We are simplifying authentication and improving security by: | Event | Date | |------|------| -| IAM authentication becomes available | **October 1st, 2025** | -| Creating new Grafana users disabled | **October 1st, 2025** | +| IAM authentication becomes available | **October 15th, 2025** | +| Creating new Grafana users disabled | **October 15th, 2025** | | Legacy Grafana user login deprecation | **January 20th, 2026** | +Grafana users not linked to Scaleway IAM will be deprecated. Refer to the table below to find out until when you can perform which actions. + +| Action | Available until | +|--------|-----------------| +| Logging in using Grafana user credentials | **January 20th, 2026** | +| Generate passwords for existing Grafana users | **January 20th, 2026** | +| Create new Grafana users | **Disabled after October 15th, 2025** | ## What is changing? ### New login method -From **October 1st**, you will be able to log in using your Scaleway credentials via the Scaleway console or saved links. +From **October 15th**, you will be able to log in using your Scaleway credentials via the Scaleway console or saved links. ### New dashboard URLs -To support both login methods during the transition, Grafana dashboards will have **new URLs**: +To support both login methods during the transition, Grafana dashboards will have a **new URL**: - **Old URL:** `https://.dashboard.obs.fr-par.scw.cloud` - **New URL (IAM-authenticated):** `https://.dashboard.cockpit.scaleway.com` - or - `https://.dashboard.cockpit.scw.cloud` + Both links will be functional until **January 20th, 2026**, after which only the new IAM-based URLs will remain valid. @@ -55,10 +61,14 @@ Users must: - Be **Members** of your Scaleway Organization - Have access to the Scaleway Project where the Cockpit is located -- Have been granted either the `ObservabilityReadOnly` or the `ObservabilityFullAccess` IAM permission set +- Have been granted either the `ObservabilityReadOnly`, the `AllProductsFullAccess`, or the `ObservabilityFullAccess` IAM permission set You can manage Members and permission sets in the [IAM section of the Scaleway console](https://console.scaleway.com/iam/members). + + Make sure that you review and manage permissions sets granted to current Members of your Organization, to either revoke or grant access accordingly. + + ## How to access your Cockpit's Grafana @@ -71,24 +81,16 @@ Access to Grafana using the Scaleway console remains the same as before. ### From a saved/shared link -You can also access your Cockpit's Grafana using bookmarked links, alerts, or runbooks. +You can also access your Cockpit's Grafana using bookmarked links if you cannot access the Scaleway console. 1. Open the new IAM-compatible URL. The Scaleway login page displays. 2. Log in using your Scaleway credentials. Your Grafana dashboard displays. -## What will happen to existing Grafana users? - -Grafana users not linked to Scaleway IAM will be deprecated. Refer to the table below to find out until when you can perform which actions. - -| Action | Available until | -|--------|-----------------| -| Log in using Grafana credentials | **January 20th, 2026** | -| Generate passwords for existing Grafana users | **January 20th, 2026** | -| Create new Grafana users | **Disabled after October 1st, 2025** | - ## How to prepare for this transition -If you have users who are not in your Scaleway Organization, we recommend the following: +1. Make sure that you review and manage permissions sets granted to current Members of your Organization, to either revoke or grant access accordingly. + + If you have Grafana users who are not in your Scaleway Organization: -- [Invite them as Members](/iam/how-to/manage-members/#how-to-create-a-member) to your Organization -- Assign the `ObservabilityReadOnly` or the `ObservabilityFullAccess` permission sets only to the Projects they need to access \ No newline at end of file +2. [Invite them as Members](/iam/how-to/manage-members/#how-to-create-a-member) to your Organization. +3. Assign the `ObservabilityReadOnly` or the `ObservabilityFullAccess` permission sets only to the Projects they need to access. diff --git a/pages/cockpit/troubleshooting/resetting-grafana-password-via-the-api.mdx b/pages/cockpit/troubleshooting/resetting-grafana-password-via-the-api.mdx index 20fd6e2d7c..37f922caff 100644 --- a/pages/cockpit/troubleshooting/resetting-grafana-password-via-the-api.mdx +++ b/pages/cockpit/troubleshooting/resetting-grafana-password-via-the-api.mdx @@ -7,6 +7,7 @@ dates: posted: 2023-04-03 --- import Requirements from '@macros/iam/requirements.mdx' +import GrafanaUsersDeprecation from '@macros/cockpit/grafana-users-deprecation.mdx' This page shows you how to reset your Grafana user's password through the Scaleway console. From 163249a24a5af042e14ce07478319627d8860cd4 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Wed, 1 Oct 2025 11:47:51 +0200 Subject: [PATCH 5/7] docs(add): add new info --- macros/cockpit/grafana-users-deprecation.mdx | 2 +- .../grafana-authentication-with-iam.mdx | 28 +++++++++++++------ 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/macros/cockpit/grafana-users-deprecation.mdx b/macros/cockpit/grafana-users-deprecation.mdx index d6124985f7..2dac90ffb8 100644 --- a/macros/cockpit/grafana-users-deprecation.mdx +++ b/macros/cockpit/grafana-users-deprecation.mdx @@ -4,6 +4,6 @@ macro: grafana-users-deprecation **Cockpit Grafana integration with IAM**

- From October 15th, 2025, you will be able to log in to Grafana using your Scaleway credentials. Legacy Grafana user credentials will be deprecated by January 20th, 2026. + From November 3rd, 2025, you will be able to log in to Grafana using your Scaleway credentials. Legacy Grafana user credentials will be deprecated by January 20th, 2026. Learn more about the transition in the [dedicated documentation](/cockpit/reference-content/grafana-authentication-with-iam/)
\ No newline at end of file diff --git a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx index 90f4ab190d..188d98be15 100644 --- a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx +++ b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx @@ -2,13 +2,11 @@ title: Authenticating to Cockpit's Grafana using IAM description: Learn how to transition from Grafana credentials authentication to Scaleway IAM to access your Cockpit's Grafana dates: - validation: 2025-08-26 - posted: 2025-08-26 + validation: 2025-10-01 + posted: 2025-10-01 --- -Starting **October 15th, 2025**, Cockpit will be integrated with **Scaleway IAM**, allowing you to authenticate to your Cockpit's Grafana using your **Scaleway credentials** instead of Grafana credentials. - -This page explains how to prepare for the transition. +Starting **November 3rd, 2025**, Cockpit will be integrated with **Scaleway IAM**, allowing you to authenticate to your Cockpit's Grafana using your **Scaleway credentials** instead of Grafana credentials. This page explains how to prepare for the transition. ## Reasons for the change @@ -24,8 +22,8 @@ We are simplifying authentication and improving security by: | Event | Date | |------|------| -| IAM authentication becomes available | **October 15th, 2025** | -| Creating new Grafana users disabled | **October 15th, 2025** | +| IAM authentication becomes available | **November 3rd, 2025** | +| Creating new Grafana users disabled | **November 3rd, 2025** | | Legacy Grafana user login deprecation | **January 20th, 2026** | Grafana users not linked to Scaleway IAM will be deprecated. Refer to the table below to find out until when you can perform which actions. @@ -34,13 +32,23 @@ Grafana users not linked to Scaleway IAM will be deprecated. Refer to the table |--------|-----------------| | Logging in using Grafana user credentials | **January 20th, 2026** | | Generate passwords for existing Grafana users | **January 20th, 2026** | -| Create new Grafana users | **Disabled after October 15th, 2025** | +| Create new Grafana users | **Disabled after November 3rd, 2025** | ## What is changing? +From **November 3rd**, you will be able to choose from two authentication methods to log in to Grafana via the Scaleway console: + +- IAM authentication +- Legacy authentication (using Grafana credentials) + + + - Tick the **Remember my choice** checkbox after you have selected your authentication method to avoid being prompted to choose one again. + - If you have selected an authentication method but would like to switch to the other, you need to clear your cookies. The pop-up prompting you to choose an authentication method should display again. + + ### New login method -From **October 15th**, you will be able to log in using your Scaleway credentials via the Scaleway console or saved links. +From **November 3rd**, you will be able to log in using your Scaleway credentials via the Scaleway console or saved links. ### New dashboard URLs @@ -94,3 +102,5 @@ You can also access your Cockpit's Grafana using bookmarked links if you cannot 2. [Invite them as Members](/iam/how-to/manage-members/#how-to-create-a-member) to your Organization. 3. Assign the `ObservabilityReadOnly` or the `ObservabilityFullAccess` permission sets only to the Projects they need to access. + +## How to From 85f4bbe3f8f51e068fee3a0863ae1406f91cf666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:51:09 +0200 Subject: [PATCH 6/7] Update pages/cockpit/reference-content/grafana-authentication-with-iam.mdx --- .../reference-content/grafana-authentication-with-iam.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx index 188d98be15..70af2e5dee 100644 --- a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx +++ b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx @@ -103,4 +103,3 @@ You can also access your Cockpit's Grafana using bookmarked links if you cannot 2. [Invite them as Members](/iam/how-to/manage-members/#how-to-create-a-member) to your Organization. 3. Assign the `ObservabilityReadOnly` or the `ObservabilityFullAccess` permission sets only to the Projects they need to access. -## How to From b84116e20f6b20fbef144b5f143f14f449f9a71a Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Wed, 1 Oct 2025 11:59:08 +0200 Subject: [PATCH 7/7] docs(add): fix --- .../reference-content/grafana-authentication-with-iam.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx index 70af2e5dee..019e3013ef 100644 --- a/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx +++ b/pages/cockpit/reference-content/grafana-authentication-with-iam.mdx @@ -43,7 +43,7 @@ From **November 3rd**, you will be able to choose from two authentication method - Tick the **Remember my choice** checkbox after you have selected your authentication method to avoid being prompted to choose one again. - - If you have selected an authentication method but would like to switch to the other, you need to clear your cookies. The pop-up prompting you to choose an authentication method should display again. + - If you have selected an authentication method but would like to switch to the other, you need to **clear your cookies**. The pop-up prompting you to choose an authentication method should display again. ### New login method