*: make bcrypt-cost configurable

This commit is contained in:
Jiang Xuan
2018-05-03 11:43:32 -07:00
parent 62dfb89a89
commit bf432648ae
11 changed files with 77 additions and 27 deletions

View File

@@ -183,6 +183,7 @@ func StartEtcd(inCfg *Config) (e *Etcd, err error) {
StrictReconfigCheck: cfg.StrictReconfigCheck,
ClientCertAuthEnabled: cfg.ClientTLSInfo.ClientCertAuth,
AuthToken: cfg.AuthToken,
BcryptCost: cfg.BcryptCost,
CORS: cfg.CORS,
HostWhitelist: cfg.HostWhitelist,
InitialCorruptCheck: cfg.ExperimentalInitialCorruptCheck,