mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 10:12:35 +00:00
Migrate physical backends into separate packages (#3106)
This commit is contained in:
@@ -15,7 +15,10 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/hashicorp/vault/meta"
|
||||
"github.com/hashicorp/vault/physical"
|
||||
"github.com/mitchellh/cli"
|
||||
|
||||
physFile "github.com/hashicorp/vault/physical/file"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -100,6 +103,9 @@ func TestServer_ReloadListener(t *testing.T) {
|
||||
},
|
||||
ShutdownCh: MakeShutdownCh(),
|
||||
SighupCh: MakeSighupCh(),
|
||||
PhysicalBackends: map[string]physical.Factory{
|
||||
"file": physFile.NewFileBackend,
|
||||
},
|
||||
}
|
||||
|
||||
finished := false
|
||||
|
||||
Reference in New Issue
Block a user