Hi All,
The objective is that I am in need of hosting a static website in a Private GCS bucket. On top of the bucket I'll use load balancer with Cloud Armor policies to restrict access.
I followed this blog https://medium.com/@thetechbytes/private-gcs-bucket-access-through-google-cloud-cdn-430d940ebad9
Created a similar setup in the project. The setup is as given below.
The issue is if I access the URL with it shows loads an XML format page with the list of objects inside the bucket. Only if I mention the path /index.html in the URL it loads to that page. I want to know how to write a LB routing rule to achieve the below.
If someone uses URL example.com it should automatically load as example.com/index.html