Configure Virtual Private Cloud

How to set up Python SDK to use Virtual Private Cloud.
Read time 1 minuteLast updated 17 days ago

To use the Python SDK with a Virtual Private Cloud, ensure the appropriate environment variables are set before running your python script.
  • UNITY_CLOUD_SERVICES_FQDN
    : The Fully Qualified Domain Name to your Virtual Private Cloud (example:
    https://your-private-cloud-url.com
    )
  • UNITY_CLOUD_SERVICES_FQDN_PATH_PREFIX
    : The path prefix to append to the Fully Qualified Domain Name to create the Virtual Private Cloud base URL (example:
    /backend
    )
  • UNITY_CLOUD_SERVICES_OPENID_CONFIGURATION_URL
    : The full URL to your Virtual Private Cloud OpenID Connect (OIDC) configuration file (example:
    https://your-private-cloud-url.com/auth/realms/unity/.well-known/openid-configuration
    )