diff --git a/website/content/docs/enterprise/pkcs11-provider/index.mdx b/website/content/docs/enterprise/pkcs11-provider/index.mdx index 199b4774be39..40fd82fc02aa 100644 --- a/website/content/docs/enterprise/pkcs11-provider/index.mdx +++ b/website/content/docs/enterprise/pkcs11-provider/index.mdx @@ -11,8 +11,8 @@ description: |- @include 'alerts/enterprise-only.mdx' --> **Note**: This feature is part of the [KMIP Secret Engine](/vault/docs/secrets/kmip), which requires [Vault Enterprise](https://www.hashicorp.com/products/vault/) -with the Advanced Data Protection Module. +PKCS11 provider is part of the [KMIP Secret Engine](/vault/docs/secrets/kmip), which requires [Vault Enterprise](https://www.hashicorp.com/products/vault/pricing) +with the Advanced Data Protection (ADP) module. [PKCS#11](http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html) is an open standard C API that provides a means to access cryptographic capabilities on a device. diff --git a/website/content/docs/secrets/key-management/awskms.mdx b/website/content/docs/secrets/key-management/awskms.mdx index 8cf557c5c1c8..b75c69c515c4 100644 --- a/website/content/docs/secrets/key-management/awskms.mdx +++ b/website/content/docs/secrets/key-management/awskms.mdx @@ -6,8 +6,10 @@ description: AWS KMS is a supported KMS provider of the Key Management secrets e # AWS KMS --> **Note**: This secret engine requires [Vault Enterprise](https://www.hashicorp.com/products/vault/) -with the Advanced Data Protection Module. +@include 'alerts/enterprise-and-hcp.mdx' + +AWS KMS secrets engine requires [Vault Enterprise](https://www.hashicorp.com/products/vault/pricing) +with the Advanced Data Protection (ADP) module. The Key Management secrets engine supports lifecycle management of keys in [AWS KMS](https://aws.amazon.com/kms/) regions. This is accomplished by configuring a KMS provider resource with the `awskms` provider and diff --git a/website/content/docs/secrets/key-management/index.mdx b/website/content/docs/secrets/key-management/index.mdx index 5e81a225cf2e..6fe57b848f2a 100644 --- a/website/content/docs/secrets/key-management/index.mdx +++ b/website/content/docs/secrets/key-management/index.mdx @@ -8,9 +8,11 @@ description: >- # Key management secrets engine --> **Note**: This secrets engine requires [Vault -Enterprise](https://www.hashicorp.com/products/vault/) (1.6.0+) with the Advanced Data -Protection KMSE Module. +@include 'alerts/enterprise-and-hcp.mdx' + +Key Management secrets engine requires [Vault +Enterprise](https://www.hashicorp.com/products/vault/pricing) with the Advanced Data +Protection (ADP) module. The Key Management secrets engine provides a consistent workflow for distribution and lifecycle management of cryptographic keys in various key management service (KMS) providers. It allows diff --git a/website/content/docs/secrets/kmip.mdx b/website/content/docs/secrets/kmip.mdx index 83889d8f5aae..642bf9f3c089 100644 --- a/website/content/docs/secrets/kmip.mdx +++ b/website/content/docs/secrets/kmip.mdx @@ -8,8 +8,10 @@ description: |- # KMIP secrets engine --> **Note**: This secret engine requires [Vault Enterprise](https://www.hashicorp.com/products/vault/) -with the Advanced Data Protection Module. +@include 'alerts/enterprise-and-hcp.mdx' + +KMIP secrets engine requires [Vault Enterprise](https://www.hashicorp.com/products/vault/pricing) +with the Advanced Data Protection (ADP) module. The KMIP secrets engine allows Vault to act as a [Key Management Interoperability Protocol][kmip-spec] (KMIP) server provider and handle diff --git a/website/content/docs/secrets/transform/index.mdx b/website/content/docs/secrets/transform/index.mdx index 2084b294f4f1..f263a957c253 100644 --- a/website/content/docs/secrets/transform/index.mdx +++ b/website/content/docs/secrets/transform/index.mdx @@ -7,9 +7,11 @@ description: >- # Transform secrets engine --> **Note**: This secret engine requires [Vault -Enterprise](https://www.hashicorp.com/products/vault/) with the Advanced Data -Protection Transform Module. +@include 'alerts/enterprise-and-hcp.mdx' + +Transform secrets engine requires [Vault +Enterprise](https://www.hashicorp.com/products/vault/pricing) with the Advanced Data +Protection Transform (ADP-Transform) module. The Transform secrets engine handles secure data transformation and tokenization against provided input value. Transformation methods may encompass NIST vetted diff --git a/website/content/partials/alerts/enterprise-and-hcp-use.mdx b/website/content/partials/alerts/enterprise-and-hcp-use.mdx index 66d223e76087..f2027d71df17 100644 --- a/website/content/partials/alerts/enterprise-and-hcp-use.mdx +++ b/website/content/partials/alerts/enterprise-and-hcp-use.mdx @@ -1,6 +1,6 @@ - Requires a + Requires an appropriate Vault Enterprise license to configure.

diff --git a/website/content/partials/alerts/enterprise-and-hcp.mdx b/website/content/partials/alerts/enterprise-and-hcp.mdx index 082a056ce18d..0c7654ee3f47 100644 --- a/website/content/partials/alerts/enterprise-and-hcp.mdx +++ b/website/content/partials/alerts/enterprise-and-hcp.mdx @@ -1,5 +1,5 @@ - + Appropriate Vault Enterprise license or HCP Vault Dedicated diff --git a/website/content/partials/alerts/enterprise-only.mdx b/website/content/partials/alerts/enterprise-only.mdx index 4553be74c6ba..d0cfbb706105 100644 --- a/website/content/partials/alerts/enterprise-only.mdx +++ b/website/content/partials/alerts/enterprise-only.mdx @@ -1,4 +1,4 @@ - Vault Enterprise + Appropriate Vault Enterprise   license required \ No newline at end of file