How to save a secrets in hashicorp vault dev_server

Hi all,

I am using Hashicorp Vault dev server to store secrets , and i am using KV secrets engine to store . but, I know that secrets will store in in-mem once server restarted it will be vanished. so, is there any option to maintain the data in vault dev-server mode. please help me for any solution to maintain

Dev mode is just for playing around with Vault. It isn’t intended to be used if you decide Vault is something you want to then use “properly”. Instead you should look at setting up a production ready cluster.

How to set up a prod mode for Vault ?

For such a basic question, it is only natural to suggest that you start by referring to the documentation.