open-vault/ui/app/templates/components/wizard/kv-engine.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

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>