Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you control access to private images and videos in a Cloud Storage bucket for anonymous users (without Google Accounts) while using application-specific logic in your web application?
A
Cache each web application user's IP address to create a named IP table using Google Cloud Armor. Create a Google Cloud Armor security policy that allows users to access the backend bucket.
B
Grant the Storage Object Viewer IAM role to allUsers. Allow users to access the bucket after authenticating through your web application.
C
Configure Identity-Aware Proxy (IAP) to authenticate users into the web application. Allow users to access the bucket after authenticating through IAP.
D
Generate a signed URL that grants read access to the bucket. Allow users to access the URL after authenticating through your web application.