create vault migration config

This commit is contained in:
vincent 2023-08-26 17:31:30 +02:00
parent ddf50d4837
commit a47ee8f846

11
vault/migrateBackend.hcl Normal file
View 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"