9eaea7bc14
* 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
13 lines
477 B
Handlebars
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> |