We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e599c3d commit 0d755fcCopy full SHA for 0d755fc
chaoscenter/authentication/pkg/utils/configs.go
@@ -37,7 +37,7 @@ var (
37
ApiTokenCollection = "api-token"
38
UsernameField = "username"
39
ExpiresAtField = "expires_at"
40
- PasswordEncryptionCost = 15
+ PasswordEncryptionCost = 8
41
DefaultLitmusGqlGrpcEndpoint = "localhost"
42
DefaultLitmusGqlGrpcPort = ":8000"
43
//DefaultLitmusGqlGrpcPortHttps = ":8001" // enable when in use
chaoscenter/upgrade-agents/control-plane/versions/v0.0.0/manager.go
@@ -2,6 +2,7 @@ package v0_0_0
2
3
import (
4
"context"
5
+
6
log "github.com/sirupsen/logrus"
7
"go.mongodb.org/mongo-driver/mongo"
8
)
0 commit comments