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
11 lines
363 B
Handlebars
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> |