Good afternoon all,
I'm running vault with a file backend on ArchLinux.
I was able to write secrets successfully to vault earlier this afternoon.
I have vault set to start up with systemd. I had an ExecStartPost command in my service file to unseal vault but it didn't work, so I took it out. (This is just a demo, not production ready at all.)
Now, when I reboot, vault starts in sealed status. I unseal vault manually with three keys and it reports sealed=false.
Then, when I try to write, I get a 503 error that vault is sealed.
I've tried stopping the service on systemd, then rebooting. No luck. Not sure what to try next.