open-vault/ui/app/templates/components/wizard/secrets-idle.hbs

9 lines
378 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<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>