Search code examples
gcloudgoogle-cloud-run

Remove gcloud VPC-SC security perimeter when no organisation is set up


A cloud run project that worked two months ago suddenly started complaining about the default log bucket being outside the VPC-SC perimeter. However, this project is not in an organisation, so I don't understand how I can remove the perimeter.

gcloud builds submit --tag [tag]

Errors with:

ERROR: (gcloud.builds.submit)
The build is running, and logs are being written to the default logs bucket.
Unfortunately, the default logs bucket is always outside any VPC-SC security
perimeter, so this tool cannot stream the logs for you.

While changing the controls is not possible:

enter image description here


Solution

  • Update your gcloud tools......