We have a postgres cloudsql DB with a private Ip in the default VPC network.
I would like to establish a connection from my local desktop to this DB. Using cloud proxy the request times out, and while using gcloud compute start-iap-tunnel to the instance, I get a unauthorized exception.
I was wondering if this scenario is feasible and what setup/permissions I would need to do the same ?