A DevOps engineer is designing a CI/CD pipeline using Cloud Build. Which TWO configurations are necessary to ensure secure and reliable deployments? (Choose two.)
Provides a gate for reliability.
Why this answer
Options A and B are correct. Manual approval steps for production deployments ensure that changes are reviewed and authorized before reaching the production environment, which enhances reliability and reduces the risk of faulty deployments. Storing secrets in Cloud Secret Manager provides secure storage and access control for sensitive data like API keys and passwords, which is essential for security.