af2b9af24e
* wizard setup * cleanup * add changelog * fix names from save to create role and create database * fix missing progress bar
14 lines
475 B
Handlebars
14 lines
475 B
Handlebars
<WizardSection
|
||
@headerText="Your Secrets Engine"
|
||
@instructions='Click on the link to add a {{@nextStep}} in the page header'
|
||
>
|
||
<p>
|
||
{{#if @needsEncryption}}
|
||
The Transit Secrets Engine uses encryption keys to provide "encryption as a service". Click on "Create Encryption Key" at the top to create one.
|
||
{{/if}}
|
||
{{#if @needsConnection}}
|
||
Now that the engine has been mounted, let’s connect a {{@mountSubtype}}.
|
||
{{/if}}
|
||
</p>
|
||
</WizardSection>
|