
Answer-first summary for fast verification
Answer: Using service accounts with least privilege access for automation
**Correct Answer: B** Using service accounts with least privilege access for automation is a best practice for securing automated processes in a DevOps environment on GCP. This approach ensures that automation processes are securely authenticated and authorized, with access strictly limited to necessary resources. **Incorrect Options:** - **A**: Disabling audit logging can hinder the detection of security issues and compliance violations. - **C**: Storing credentials in plain text poses a significant security risk. - **D**: Broad access to credentials increases the risk of misuse.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is a recommended best practice for securing automated processes aimed at reducing toil in a DevOps environment on Google Cloud Platform?
A
Disabling audit logging for automated processes
B
Using service accounts with least privilege access for automation
C
Storing automation credentials in plain text files on GCP
D
Giving all team members access to automation credentials
No comments yet.