diff --git a/ui/app/templates/components/wizard/kmip-engine.hbs b/ui/app/templates/components/wizard/kmip-engine.hbs new file mode 100644 index 000000000000..aed2bc6a7b36 --- /dev/null +++ b/ui/app/templates/components/wizard/kmip-engine.hbs @@ -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>