mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Sync a few things over
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -84,6 +84,7 @@ ui/connect.lock
|
|||||||
ui/coverage/*
|
ui/coverage/*
|
||||||
ui/libpeerconnection.log
|
ui/libpeerconnection.log
|
||||||
ui/npm-debug.log
|
ui/npm-debug.log
|
||||||
|
ui/test-reports/*
|
||||||
ui/testem.log
|
ui/testem.log
|
||||||
|
|
||||||
# used for JS acceptance tests
|
# used for JS acceptance tests
|
||||||
|
|||||||
@@ -268,6 +268,7 @@ func ConfClusterAndCore(t testing.T, conf *vault.CoreConfig, opts *vault.TestClu
|
|||||||
"local-kv": PassthroughWithLocalPathsFactory,
|
"local-kv": PassthroughWithLocalPathsFactory,
|
||||||
"leased-kv": vault.LeasedPassthroughBackendFactory,
|
"leased-kv": vault.LeasedPassthroughBackendFactory,
|
||||||
}
|
}
|
||||||
|
vault.AddNoopAudit(&coreConfig)
|
||||||
cluster := vault.NewTestCluster(t, &coreConfig, opts)
|
cluster := vault.NewTestCluster(t, &coreConfig, opts)
|
||||||
cluster.Start()
|
cluster.Start()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user