From 25cf6d26c56bddaa0c6bd08be44a421f52bea7fb Mon Sep 17 00:00:00 2001 From: Todd Martin Date: Mon, 9 Oct 2023 10:07:32 -0400 Subject: [PATCH] Revert "Turn on cipher key encryption for QA" This reverts commit 3c6a7381c50085ddef1581822894b70a59489f48. --- apps/browser/config/production.json | 2 +- apps/cli/config/production.json | 2 +- apps/desktop/config/production.json | 2 +- apps/web/config/euqa.json | 3 +-- apps/web/config/qa.json | 2 +- apps/web/config/selfhosted.json | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/browser/config/production.json b/apps/browser/config/production.json index bc06f69d657..f57c3d9bc38 100644 --- a/apps/browser/config/production.json +++ b/apps/browser/config/production.json @@ -1,5 +1,5 @@ { "flags": { - "enableCipherKeyEncryption": true + "enableCipherKeyEncryption": false } } diff --git a/apps/cli/config/production.json b/apps/cli/config/production.json index bc06f69d657..f57c3d9bc38 100644 --- a/apps/cli/config/production.json +++ b/apps/cli/config/production.json @@ -1,5 +1,5 @@ { "flags": { - "enableCipherKeyEncryption": true + "enableCipherKeyEncryption": false } } diff --git a/apps/desktop/config/production.json b/apps/desktop/config/production.json index cf7e0de51b6..39b78094d0f 100644 --- a/apps/desktop/config/production.json +++ b/apps/desktop/config/production.json @@ -1,6 +1,6 @@ { "flags": { "showDDGSetting": true, - "enableCipherKeyEncryption": true + "enableCipherKeyEncryption": false } } diff --git a/apps/web/config/euqa.json b/apps/web/config/euqa.json index 111dce4feb7..496b52065c9 100644 --- a/apps/web/config/euqa.json +++ b/apps/web/config/euqa.json @@ -6,7 +6,6 @@ }, "flags": { "secretsManager": true, - "showPasswordless": true, - "enableCipherKeyEncryption": true + "showPasswordless": true } } diff --git a/apps/web/config/qa.json b/apps/web/config/qa.json index 7b8e56c068f..b6b2817d5e2 100644 --- a/apps/web/config/qa.json +++ b/apps/web/config/qa.json @@ -12,6 +12,6 @@ "flags": { "secretsManager": true, "showPasswordless": true, - "enableCipherKeyEncryption": true + "enableCipherKeyEncryption": false } } diff --git a/apps/web/config/selfhosted.json b/apps/web/config/selfhosted.json index e4f6e0473bb..6b290baa6b5 100644 --- a/apps/web/config/selfhosted.json +++ b/apps/web/config/selfhosted.json @@ -9,6 +9,6 @@ "flags": { "secretsManager": false, "showPasswordless": true, - "enableCipherKeyEncryption": true + "enableCipherKeyEncryption": false } }