From 8da01445e5b49163bd95a848a61a7ba595d8473d Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Mon, 23 Sep 2024 12:36:10 -0700 Subject: [PATCH] improvement: revise project upgrade banner to refer to secret engine version, state that upgrading is free and use lighter text for improved legibility --- .../SecretV2MigrationSection.tsx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx b/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx index e94189261f..08f3eeaef5 100644 --- a/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx +++ b/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx @@ -87,24 +87,23 @@ export const SecretV2MigrationSection = () => {
Please wait
- Upgrading your project... + Upgrading secrets engine...
)}
-

- Upgrade your project -

+

Upgrade secrets engine version

-

- Your existing workflows to fetch secrets will continue to work. However, viewing secrets on the UI requires you to upgrade your project. +

+ Your existing workflows to fetch secrets will continue to work. However, viewing secrets on + the UI requires you to upgrade your project's secrets engine version.

-

- Upgrading your project enables the use of Infisical's new secrets engine, which is 10x faster and - allows you to encrypt secrets with your own KMS provider. +

+ Upgrading is free and enables the use of Infisical's new secrets engine, which is 10x + faster and allows you to encrypt secrets with your own KMS provider.

-

+

The upgrade takes only 1-2 minutes and will not cause any downtime.

{didProjectUpgradeFailed && (

- Project upgrade unsuccessful. For assistance, please contact the Infisical support team. + Secrets engine upgrade unsuccessful. For assistance, please contact the Infisical support + team.

)}