ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 35 - Professional Cloud DevOps Engineer discussion

Report
Export

Your application artifacts are being built and deployed via a CI/CD pipeline. You want the CI/CD pipeline to securely access application secrets. You also want to more easily rotate secrets in case of a security breach. What should you do?

A.
Prompt developers for secrets at build time. Instruct developers to not store secrets at rest.
Answers
A.
Prompt developers for secrets at build time. Instruct developers to not store secrets at rest.
B.
Store secrets in a separate configuration file on Git. Provide select developers with access to the configuration file.
Answers
B.
Store secrets in a separate configuration file on Git. Provide select developers with access to the configuration file.
C.
Store secrets in Cloud Storage encrypted with a key from Cloud KMS. Provide the CI/CD pipeline with access to Cloud KMS via IAM.
Answers
C.
Store secrets in Cloud Storage encrypted with a key from Cloud KMS. Provide the CI/CD pipeline with access to Cloud KMS via IAM.
D.
Encrypt the secrets and store them in the source code repository. Store a decryption key in a separate repository and grant your pipeline access to it
Answers
D.
Encrypt the secrets and store them in the source code repository. Store a decryption key in a separate repository and grant your pipeline access to it
Suggested answer: C
asked 18/09/2024
Steven Owens
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first