I have recently encountered a problem where vault was auto sealing and when i checked logs this is what i found.
May 30 08:23:48 dev-vault systemd[1]: vault.service: main process exited, code=exited, status=2/INVALIDARGUMENT
May 30 08:23:48 dev-vault systemd[1]: Unit vault.service entered failed state.
May 30 08:23:48 dev-vault systemd[1]: vault.service failed.
I tried to debug more but not much information i got.
Vault was installed through YUM on a standalone server - centos-7
Vault version - 1.10.0
Not sure how i can bring back my vault server back online again normal.
I don’t think you can recover them, for I’ve managed all secrets via Terraform, so quite ez to recreate even anything happened to Vault. Suggest to do that way.
This whole thread gave me heart burn. Please tell me that you two didn’t just blow away your Vault configuration and data store because an application failed to start.
Vault was restarting automatically and fixed after removing StartLimitIntervalSec as suggested, but the vault login was still failing with above error mentioned!