open-vault/ui/app/templates/components/wizard/kv-engine.hbs

11 lines
488 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="Key/Value"
@headerIcon="kv"
2018-08-28 05:03:55 +00:00
@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.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>