Is it possible to invalidate the CDN Cache when using the Google Cloud Storage Deploy pipes?
I would like to add a command that does something similar to
- gcloud compute url-maps invalidate-cdn-cache [...]
Is that possible? Or what would be the best workaround if it's not yet implemented?
Thanks in advance!
Hi @stefansurkamp ,
thank you for your feedback!
It's a good case to write your custom pipe and contribute to the Community.
Cheers,
Alex
Hi!
Looks like nope.
based on that
https://bitbucket.org/atlassian/google-cloud-storage-deploy/src/master/
https://cloud.google.com/storage/docs/gsutil/commands/cp
BTW, you type own shell script which will execute it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your quick reply. When using my own shell script, I will have to download gcloud/gsutils again, right? That was basically the reason I went with the Pipes implementation, so I don't have to handle it myself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hm, need to think about a specific own rest end point, which will execute the code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.