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

13 lines
454 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="Your Secrets Engine"
@instructions='Click on the link to add a {{nextStep}} in the page header'
2018-08-28 05:03:55 +00:00
>
<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.
{{else}}
Now that we've mounted the {{secretType}} Secrets Engine, let's add a {{nextStep}}.
2018-08-28 05:03:55 +00:00
{{/if}}
</p>
</WizardSection>