Synopsis

    supervisor_partner_licensing_providers = provider,[provider,...]

    where provider_list is a comma-separated list of external license providers.

    Providers will be queried by the Partner Licensing Daemon in the order of this list to validate a worker.

    Setting this list to an empty string, or commenting out the parameter in qb.conf, will turn off all partner licensing validation queries, making all workers utilize "qube" provided licenses (i.e., supplied either by the local qb.lic license file, or via Metered Licensing).

    Currently supported providers: "google" 

    Example

    supervisor_partner_licensing_providers = "google"

    Defaults

    <none>

    See Also

    • No labels