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

11 lines
429 B
Handlebars
Raw Normal View History

<WizardSection
@headerText="Enabling a Secrets Engine"
2018-08-28 05:03:55 +00:00
@docText="Docs: Secrets Engines"
@docPath="/docs/secrets/index.html"
@instructions='Select an engine and click "Next"'
2018-08-28 05:03:55 +00:00
>
<p>
2019-03-29 23:40:12 +00:00
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.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>