I have three Vault pods running as sts, and the backup is enabled for the vault secrets and data and is stored in s3 bucket ,
I had deleted the pvc’s and then reinitialized and unsealed the vault pods ,and hence I have new token and recovery keys
When I ran “vault operator raft snapshot restore -force backup.snap” in a vault pod I could observe my argocd logs with showed the secret engines being mounted
but after restoration when i do " vault login (root token)"
it gives 403 error with invalid token ,permission denied