open-vault/ui/app/templates/components/wizard/transit-engine.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

11 lines
399 B
Handlebars

<WizardSection
@headerText="Transit"
@headerIcon="transit"
@docText="Docs: Transit Secrets"
@docPath="/docs/secrets/transit/index.html"
>
<p>
The Transit Secrets Engine handles cryptographic functions on data in-transit. Vault doesn't store the data sent to the Secrets Engine. It can also be viewed as "cryptography as a service" or "encryption as a service".
</p>
</WizardSection>