node-vault icon indicating copy to clipboard operation
node-vault copied to clipboard

Add raftJoin and recovery options to init

Open naimo84 opened this issue 3 years ago • 1 comments

At work we're using two vaults. One for autounseal and one for the "real data". The one for autounseal can be initialized as usual with secret_shares, the data one has to be initalized with recovery_shares options. This one is also a RaftCluster, so I added raft join.

https://www.vaultproject.io/api-docs/system/storage/raft https://www.vaultproject.io/api/system/init#recovery_shares

Greets, Benjamin

naimo84 avatar Feb 08 '22 11:02 naimo84

lgtm trying to get this in asap

aviadhahami avatar Nov 10 '22 17:11 aviadhahami