Google Cloud Professional Cloud DevOps Engineer — Question 201

You use Cloud Build to build and deploy your application. You want to securely incorporate database credentials and other application secrets into the build pipeline. You also want to minimize the development effort. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because using Cloud Key Management Service (Cloud KMS) allows for secure management and encryption of secrets, which aligns with security best practices. Options A, B, and C do not provide the same level of security or ease of integration with Cloud Build as they involve either less secure storage or more complex management of decryption keys.