I have an frontend application (k8s) that requires the users to have a Google account in order to access it, and a google bucket that grants access only to allAuthenticatedUsers.
When I try to access the contents of the bucket I'm getting a permissions error back.
Does the bucket need to have the same domain as the frontend that its calling it?
What is the recommended way get access to a restricted bucket from a frontend?