From 7457f573e98e120247f93c9edf9e85856b93863c Mon Sep 17 00:00:00 2001 From: Sunil Kumar Date: Wed, 26 Jul 2023 23:43:44 +0530 Subject: [PATCH] add dash and underscores for secret pattern test --- backend/src/integrations/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/integrations/sync.ts b/backend/src/integrations/sync.ts index 139f06ecb..709af24d0 100644 --- a/backend/src/integrations/sync.ts +++ b/backend/src/integrations/sync.ts @@ -2067,7 +2067,7 @@ const syncSecretsWindmill = async ({ Object.keys(secrets).forEach( (key) => { - const pattern = new RegExp('^([a-zA-Z0-9])\/([a-zA-Z-0-9])+\/([a-zA-Z0-9])+') + const pattern = new RegExp('^([a-zA-Z0-9])\/([a-zA-Z-0-9-_])+\/([a-zA-Z0-9-_])+') if((key.startsWith("u/") || key.startsWith("f/")) && pattern.test(key)) { if(secretsResList.includes(key)) { modifiedFormatForUpdateSecretInjection.push({