Vault
license_entitlement stanza
Enterprise
Appropriate Vault Enterprise license required
The license_entitlement stanza provides the entitlement details associated with
your IBM Passport Advantage Online license for your Vault server.
Vault fails to start and logs an error that it could not find a valid license if the configured parameters do not match the entitlements detailed in your IBM Passport Advantage Online license.
If the configured parameters match multiple entitlements in the license, Vault uses the entitlement with the termination date farthest in the future.
# IBM Vault Self-Managed Essentials (D1015ZX)
license_entitlement {
edition = "essentials"
}
# IBM Vault Self-Managed Standard (D101FZX)
license_entitlement {
edition = "standard"
}
# IBM Vault Self-Managed Premium (D101AZX)
license_entitlement {
edition = "premium"
}
# IBM Vault Self-Managed PKI Certificate Add-On Install (D1406ZX)
license_entitlement {
edition = "premium"
add_ons = "pki-only"
}