From 7846669a21aa58c5bab7e5bca0d484dbb9efb631 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Thu, 14 Nov 2024 11:26:32 +0100 Subject: [PATCH 1/2] docs(add): copy from latest version info --- .../secret-manager/how-to/create-version.mdx | 21 +++++++++++++------ .../secret-manager/quickstart.mdx | 16 +++++++++----- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/identity-and-access-management/secret-manager/how-to/create-version.mdx b/identity-and-access-management/secret-manager/how-to/create-version.mdx index f446b6b4f9..4c56554c63 100644 --- a/identity-and-access-management/secret-manager/how-to/create-version.mdx +++ b/identity-and-access-management/secret-manager/how-to/create-version.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn how to seamlessly add versions to your secrets using Scaleway's Secret Manager. Follow these straightforward steps to expand and manage your secret versions efficiently. tags: sensitive-data storage-system version secret-type dates: - validation: 2024-07-10 + validation: 2024-11-14 posted: 2023-02-21 categories: - identity-and-access-management @@ -29,11 +29,20 @@ This page explains how to add more [versions](/identity-and-access-management/se 3. Access the secret that you want to add a version to. Your secret's **Overview** tab displays. 4. Click the **Versions** tab. 5. Click **+ Create version**. A pop-up displays. -6. Add your version manually or import it from a file. - - By default, all your secret versions have the same type as the secret they belong to. You cannot change the type after you have created the secret. +6. Add your version: + + - manually + - import it from a file + - or click **Copy from latest version** to restore your latest enabled version + +7. Optionally, if you have selected **Copy from latest version** and applied the **Single access** ephemeral policy to your secret, click **Copy from latest version** to acknowledge the information displayed in the yellow banner, and confirm. + + - Restoring a former version of a secret where you have applied the **Single access** ephemeral policy counts as an access, meaning it will then be disabled and/or deleted depending on the policies applied. + - By default, all your secret versions have the same type as the secret they belong to. You cannot change the type after you have created the secret. -7. Click the icon if you want to [enable](/identity-and-access-management/secret-manager/concepts/#enabling-a-version) the version. -8. Click **Create version**. + +8. Click the icon if you want to [enable](/identity-and-access-management/secret-manager/concepts/#enabling-a-version) the version. +9. Click **Create version**. + diff --git a/identity-and-access-management/secret-manager/quickstart.mdx b/identity-and-access-management/secret-manager/quickstart.mdx index 64ea7e64eb..b444687fb3 100644 --- a/identity-and-access-management/secret-manager/quickstart.mdx +++ b/identity-and-access-management/secret-manager/quickstart.mdx @@ -54,10 +54,16 @@ In this quickstart, we show you how to create a [secret](/identity-and-access-ma 1. Click your secret's **Versions** tab. 2. Click **+ Create version**. A pop-up displays. -3. Add your version manually or import it from a file. - - By default, all your secret versions have the same type as the secret they belong to. You cannot change the type after you have created the secret. - -4. Enter or upload the new values. +3. Add your version: + + - manually + - import it from a file + - or click **Copy from latest version** to restore your latest enabled version + +4. Optionally, if you have selected **Copy from latest version** and applied the **Single access** ephemeral policy to your secret, click **Copy from latest version** to acknowledge the information displayed in the yellow banner, and confirm. + + - Restoring a former version of a secret where you have applied the **Single access** ephemeral policy counts as an access, meaning it will then be disabled and/or deleted depending on the policies applied. + - By default, all your secret versions have the same type as the secret they belong to. You cannot change the type after you have created the secret. + 5. Click the icon if you want to [enable](/identity-and-access-management/secret-manager/concepts/#enabling-a-version) the version. 6. Click **Create version**. Your secret versions display. \ No newline at end of file From 8d17e9acb927eb3acfb663397f5d319a2a5051fd Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Thu, 14 Nov 2024 11:27:40 +0100 Subject: [PATCH 2/2] docs(add): change validation date --- identity-and-access-management/secret-manager/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity-and-access-management/secret-manager/quickstart.mdx b/identity-and-access-management/secret-manager/quickstart.mdx index b444687fb3..77359040c9 100644 --- a/identity-and-access-management/secret-manager/quickstart.mdx +++ b/identity-and-access-management/secret-manager/quickstart.mdx @@ -6,7 +6,7 @@ content: h1: Quickstart paragraph: Learn how to quickly set up and manage secrets with Scaleway's Secret Manager. Follow our step-by-step guide to create secrets, define paths, and add versions effortlessly. dates: - validation: 2024-07-10 + validation: 2024-11-14 posted: 2023-02-21 ---