create vault migration config
This commit is contained in:
parent
ddf50d4837
commit
a47ee8f846
11
vault/migrateBackend.hcl
Normal file
11
vault/migrateBackend.hcl
Normal file
@ -0,0 +1,11 @@
|
||||
storage_source "consul" {
|
||||
address = "127.0.0.1:8500"
|
||||
path = "vault"
|
||||
}
|
||||
|
||||
storage_destination "raft" {
|
||||
path = "/opt/vault/raft/"
|
||||
node_id = "oscar"
|
||||
}
|
||||
|
||||
cluster_addr = "http://oscar:8201"
|
Loading…
Reference in New Issue
Block a user