From 29c9703fbefa019d686cfc54de479b5ccc55be46 Mon Sep 17 00:00:00 2001 From: Kartikay Date: Thu, 12 Sep 2024 06:56:25 -0700 Subject: [PATCH] auth: change PasswordEncryptionCost Signed-off-by: Kartikay --- chaoscenter/authentication/pkg/utils/configs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaoscenter/authentication/pkg/utils/configs.go b/chaoscenter/authentication/pkg/utils/configs.go index 16aa0356aa7..0d11a176a59 100644 --- a/chaoscenter/authentication/pkg/utils/configs.go +++ b/chaoscenter/authentication/pkg/utils/configs.go @@ -37,7 +37,7 @@ var ( ApiTokenCollection = "api-token" UsernameField = "username" ExpiresAtField = "expires_at" - PasswordEncryptionCost = 15 + PasswordEncryptionCost = 4 DefaultLitmusGqlGrpcEndpoint = "localhost" DefaultLitmusGqlGrpcPort = ":8000" //DefaultLitmusGqlGrpcPortHttps = ":8001" // enable when in use