Invalidate Google Cloud CDN cache from the backend
问题 After few days of research and reading documentation, I'm almost sure It's nearly impossible, but still I would like to ask: The goal is to invalidate all cached content in GCloud CDN on demand (due to headers changes) on the 3rd party backend, which does not use that CDN. Using gsuite it can be achieved by using the following command: gcloud compute url-maps invalidate-cdn-cache web --path '/*' --async But the problem is that this command requires us to login to google account via browser