open-vault/ui/app/templates/components/wizard/secrets-enable.hbs
Jordan Reimer 9eaea7bc14
KMSE Wizard Steps (#15171)
* fixes issues in key-edit component

* adds capabilities checks for keys and providers

* adds distribute component to key and provider edit

* adds wizard steps for kmse
2022-04-26 13:17:42 -06:00

13 lines
477 B
Handlebars

{{! template-lint-disable quotes }}
<WizardSection
@headerText="Entering Secrets Engine details"
@docText="Docs: Secrets Engines"
@docPath="/docs/secrets/index.html"
@instructions='Fill in the details for your engine and click "Enable Engine"'
@class="has-bottom-margin-l"
>
<p>
Good choice! Now you can customize your engine with a name and description that makes sense for your team, as well as
options for replication and caching.
</p>
</WizardSection>