QuestionQ234
Configuring accessYour organization runs an application on Cloud Run. You need to control access to the application with Cloud Identity-Aware Proxy (IAP) and meet these requirements:
- Only users in the AppDev group can access it.
- Access must be limited to internal network IP addresses.
What should you do?
- A Deploy a VPN gateway and instruct the AppDev group to connect to the company network before accessing the application.
- B Create an access level that includes conditions for internal IP address ranges and AppDev groups. Apply this access level to the application's IAP policy.
- C Configure firewall rules to limit access to IAP based on the AppDev group and source IP addresses.
- D Configure IAP to enforce multi-factor authentication (MFA) for all users and use network intrusion detection systems (NIDS) to block unauthorized access attempts.
Community Discussion