open-vault/ui/app/templates/components/wizard/secrets-idle.hbs
2018-08-28 00:03:55 -05:00

9 lines
378 B
Handlebars

<WizardSection
@headerText="Enabling a Secrets Engine"
@docText="Docs: Secrets Engines"
@docPath="/docs/secrets/index.html"
>
<p>
Vault is all about managing secrets, so let's set up your first secrets engine. You can use a static engine to store your secrets locally in Vault, or connect to a cloud backend with one of the dynamic engines.
</p>
</WizardSection>