'How to make a google storage bucket a public website or a load balancer back end when there is an org policy of "public access prevention"

The org where I work has set a org level policy constraint of constraints/storage.publicAccessPrevention and my projects inherit that.

I'd like to server a bucket via a load balancer as a web site which I see as a fundamental functionality of a cloud provider and that I need.

What do I do to make that happen with my organization's misguided policies? Is there some way to have the load balancer have service agent? The drop down or bucket access sort of gives me the impression that it only wants "principles." I don't really want to setup a VM with an nginx or something similar to server the files from this bucket.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source