LicenseHubServiceConfig

LicenseHubServiceConfig
LicenseHub Service Configuration

Service configuration for LicenseHub mode.

JSON Example
{
    "ingress_fqdn": "string",
    "kafka_fqdn": "string",
    "ssp_bundle_version": "string",
    "password_configuration": {
        "admin_password": "string",
        "audit_password": "string"
    },
    "instance_name": "string"
}
string
ingress_fqdn
Required

The FQDN of the Platform. This FQDN should be associated with the ingress controller's external IP address.

string
kafka_fqdn
Required

The FQDN of Kafka running in the Platform. This FQDN should be associated with the kafka-external external IP.

string
ssp_bundle_version
Read-Only

The LicenseHub bundle version to deploy. If not provided, the version is auto-detected from the local OCI registry.

password_configuration
Optional

The Platform admin and audit passwords.

string
instance_name
Required
Constraints: minLength: 1 maxLength: 32

This will be used as the cluster name for the platform. This is not editable after it is set.