
Ultimate access to all questions.
You have a CI/CD server running in your development environment and need to implement the same for production. However, the production CI/CD server is failing to execute Google Cloud actions due to permission issues. What is the best way to ensure the service account has the correct roles in the production project?
A
Run a query of the audit logs to find 'permission denied' errors for this service account in Google Cloud Console.
B
Check the organization policies in Google Cloud Console.
C
Visit the Google Cloud console Identity and Access Management (IAM) section and verify the roles assigned to the service account at the project or inherited from the folder or organization levels.
D
Run a query to determine which resources this service account can access in Google Cloud Console.