QuestionQ145
Integrating applications with Google Cloud servicesYou have a Python application running in production on Cloud Run. The application must read and write data stored in a Cloud Storage bucket within the same project. You want to grant the application access according to the principle of least privilege. What should you do?
- A Create a user-managed service account with a custom Identity and Access Management (IAM) role.
- B Create a user-managed service account with the Storage Admin Identity and Access Management (IAM) role.
- C Create a user-managed service account with the Project Editor Identity and Access Management (IAM) role.
- D Use the default service account linked to the Cloud Run revision in production.
Community Discussion