Vault Sealed when tried to restore backup.
Open
theme/consul-vault
theme/kubernetes
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 43
Description
When I tried to restore an existing backup of keys into vault pods, all pods got sealed and I could not unseal even with unseal Key.
Steps: Backup File `k8s-backup`
```
#copying the backup folder into consul sever.
Step 1: kubectl cp /tmp/k8s-backup consul-consul-server-0:/tmp
#restoring
Step 2: onsul snapshot restore /tmp/k8s-backup
```
Result in all Vault Pods got sealed and failed to unseal even with unsealing key.
could it be because of consul key has to be passed during the vault initialization?
Contributor guide
Assessment
This issue has not been assessed yet.