open-vault/ui/app/templates/components/wizard/keymgmt-engine.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

11 lines
363 B
Handlebars

<WizardSection
@headerText="Key Management"
@headerIcon="key"
@docText="Docs: Key Management Secrets Engine"
@docPath="/docs/secrets/key-management"
>
<p>
Key Management is a secrets engine that allows key generation, lifecycle management, and secure distribution of
cryptographic keys into cloud key management services.
</p>
</WizardSection>