0ccc8467ec
Adds replication engine and core in-repo addon
11 lines
488 B
Handlebars
11 lines
488 B
Handlebars
<WizardSection
|
|
@headerText="Key/Value"
|
|
@headerIcon="kv"
|
|
@docText="Docs: Key/Value Secrets"
|
|
@docPath="/docs/secrets/kv/index.html"
|
|
>
|
|
<p>
|
|
The KV Secrets Engine is used to store arbitrary secrets within the configured physical storage for Vault. This backend can be run in one of two modes. It can be a generic key-value store that stores one value for a key. Versioning can be enabled and a configurable number of versions for each key will be stored.
|
|
</p>
|
|
</WizardSection>
|