cloud-sql-proxy icon indicating copy to clipboard operation
cloud-sql-proxy copied to clipboard

feat: add TPC support with `--universe-domain` flag

Open jackwotherspoon opened this issue 2 years ago • 0 comments

Add support for Trusted Partner Cloud (TPC) environments through custom universe domain configuration.

Allows users to configure TPC via --universe-domain flag set to the universe domain of their TPC environment.

./cloud-sql-proxy --universe-domain test-universe.test <INSTANCE_CONNECTION_NAME>

Blocked by: https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/pull/732

jackwotherspoon avatar Feb 16 '24 22:02 jackwotherspoon