Skip to content

Commit

Permalink
show kmip details in wizard (#8255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noelle Daley authored and andaley committed Mar 4, 2020
1 parent a8e8a33 commit 0085018
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/app/templates/components/wizard/kmip-engine.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<WizardSection @headerText="KMIP" @headerIcon="kmip" @docText="Docs: KMIP Secrets Engine"
@docPath="/docs/secrets/kmip/index.html">
<p>
The KMIP secrets engine allows Vault to act as a KMIP server provider and handle the lifecycle of KMIP managed
objects. KMIP, which stands for Key Management Interoperability Protocol, is a standardized protocol that allows
services and applications to perform cryptographic operations without having to manage cryptographic material,
otherwise known as manage objects, by delegating its storage and lifecycle to a key management server.
</p>
</WizardSection>

0 comments on commit 0085018

Please sign in to comment.