Explain the dev server mounts a KV store (#7083)

Resolves #7081
This commit is contained in:
Martin Lee 2019-07-08 16:56:39 +01:00 committed by Brian Kassouf
parent d1696f9f99
commit e29a183a8d

View file

@ -42,6 +42,9 @@ flags or by specifying a configuration file):
* **Single unseal key** - The server is initialized with a single unseal
key. The Vault is already unsealed, but if you want to experiment with
seal/unseal, then only the single outputted key is required.
* **Key Value store mounted** - A v2 KV secret engine is mounted at
`secret/`.
## Use Case