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.
- : The Fully Qualified Domain Name to your Virtual Private Cloud (example:
UNITY_CLOUD_SERVICES_FQDN
)https://your-private-cloud-url.com
- : The path prefix to append to the Fully Qualified Domain Name to create the Virtual Private Cloud base URL (example:
UNITY_CLOUD_SERVICES_FQDN_PATH_PREFIX
)/backend
- : The full URL to your Virtual Private Cloud OpenID Connect (OIDC) configuration file (example:
UNITY_CLOUD_SERVICES_OPENID_CONFIGURATION_URL
)https://your-private-cloud-url.com/auth/realms/unity/.well-known/openid-configuration