How to run vault in memory

1.txt (4 MB) 2.txt (4 MB) 3.txt (4 MB) 4.txt (4 MB) 5.txt (3.8 MB)

Hi,

You can run Vault with an inmem storage backend by setting that in the configuration file. However, this is not recommended outside of testing scenarios as you will lose all data once the process is terminated.

...
storage "inmem" {}
...
1 Like