Questions tagged [google-cloud-cdn]

This tag should be used for questions regarding Google Cloud CDN, part of Google Cloud Platform.

This tag should be used for questions regarding Google Cloud CDN, part of Google Cloud Platform.

154 questions
0
votes
0 answers

How to generate custom signed URL and signed cookies using cloud CDN, storage bucket and LB?

It's been two days since I have been working on generating a custom URL to access cloud storage private contents. I have created CDN and load balancer to access the bucket. I have a CDN IP address to access the files. When I grant a file in…
0
votes
1 answer

Cloud CDN for Internal (intranet) Web Site

I want to use CDN for caching of static assets for an intranet app currently hosted on GCP. However this site is only available with privately and has no external access. I understand for CDN I need to have external HTTP load balancer and since…
Rubans
  • 4,188
  • 6
  • 40
  • 58
0
votes
1 answer

Serving a JS widget via CDN

I need to do this thing where I have to make a widget(interactable) in vanilla js and serve it via CDN. For serving, I was thinking of Google's Cloud CDN. The end goal is a modular widget that anyone can use via using a script tag. Does anyone has…
Pradhumna Pancholi
  • 25
  • 1
  • 2
  • 11
0
votes
1 answer

Google Cloud CDN is not logging for Serverless Negs

I am using Google Cloud CDN with my HTTPS Load Balancer, with Cloud Run as my backend service. It's all working fine, and assets are being served from the CDN. I can verify the cache hits via a cUrl command, and seeing the "Age" header increase in…
Joerg
  • 3,553
  • 4
  • 32
  • 41
0
votes
1 answer

Difference between Google Fonts /icon and /css CDN links?

This is regarding the usage of https://fonts.googleapis.com/iconhttps://fonts.googleapis.com/css I noticed this when using the Google Material Icons CDN from Google Fonts. Some sources listed fonts.googleapis.com/css?family=Material+Icons while…
Anthony Alphabet
  • 1,175
  • 2
  • 8
  • 10
0
votes
1 answer

Google Cloud CDN cache media folder only

I am using a magento application and I need to cache only the "/media" path where images are stored on Google Cloud CDN. Actually I've configured one instance group where my VM is running the whole website application and enabled Google Cloud CDN…
Bio
  • 103
  • 2
0
votes
3 answers

How to find CDN is enabled to my google cloud bucket or not?

I have enabled "allUsers" with "storage legacy object reader permission". Now how can i find CDN is active or not ? Please help me. Thanks
0
votes
1 answer

google CDN eviction is too aggressive?

I use google CDN with google load balancer, which has a few backend services and each has different setting for google CDN, like following. service A: google CDN disabled (API server) service B: google CDN enabled, 1day (Cache-Control: public,…
takehiro iyatomi
  • 753
  • 1
  • 7
  • 20
0
votes
2 answers

Configuring HAProxy as Google-CDN backend

I'm trying to configure an HAProxy backend to work with Google-CDN I see that I always get to the HAProxy backend and the cache is always MISS This is google-cdn requests regarding headers: https://cloud.google.com/cdn/docs/caching#cacheability and…
0
votes
1 answer

Can Google Cloud CDN be used for businesses that are not deployed on Google Cloud?

My website is not deployed on Google Cloud, can I use Google Cloud CDN?
0
votes
1 answer

Google Cloud CDN with SignedUrl with gcloud compute sign-url gives 403

I have a google cloud storage bucket and I want to access it only using Cloud CDN. I have created load balancer, created signing key and added service account to it almost all permissions like Storage Admin, Storage Bucket Admin, Storage Legacy…
0
votes
1 answer

Neep help in properly setting up load balancer and googl cloud cdn

I tried to set up Google Cloud CDN for my server on Google Compute Engine. I have done everything correct but images on my server are not getting cached. Cache hit ratio is n/a. In logs, I am getting 200 status code for http://(ip…
0
votes
2 answers

Getting Google cloud cdn's domain name and benefits of edge locations

Coming from AWS/cloudfront background I want to know the base domain of google's CDN which I can't find anywhere. In Cloudfront, domain such as xyzid.cloudfront.net available in the list of cloudfront distributions. I need to store objects in…
hridayesh
  • 1,123
  • 1
  • 14
  • 36
0
votes
2 answers

How to set up a Google VM (instance grouped), https load balanced w/CDN, so that the backend resolves the domain?

Backend: "Bitnami WordPress with NGINX and SSL Stack for Google Cloud Platform" from marketplace. I used this guide: https://www.am22tech.com/google-cloud-cdn-wordpress/ I ended up with a somewhat working system as follows: My Domain ->(google…
Steve
  • 883
  • 7
  • 23
0
votes
1 answer

Google CDN Instance : Creating SSL certificate "" failed. Error: The SSL certificate and key do not match

I generated an SSL Certificate for my google instance cdn for the past 12 months all has been working fine, until now when after renewing the certificate with certbot when I tried to add the new certificate it fails on the CDN console. Interestingly…