Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft GH-200 Exam - Topic 3 Question 16 Discussion

As a developer, you need to use GitHub Actions to deploy a microservice that requires runtime access to a secure token. This token is used by a variety of other microservices managed by different teams in different repos. To minimize management overhead and ensure the token is secure, which mechanisms should you use to store and access the token? (Choose two.)
C) Use a corporate non-GitHub secret store (e.g., HashiCorp Vault) to store the token. During deployment, use GitHub Actions to store the secret in an environment variable that can be accessed at runtime. and E) Store the token as an organizational-level encrypted secret in GitHub. During deployment, use GitHub Actions to store the secret in an environment variable that can be accessed at runtime.
A) Store the token in a configuration file in a private repository. Use GitHub Actions to deploy the configuration file to the runtime environment.
B) Store the token as a GitHub encrypted secret in the same repo as the code. Create a reusable custom GitHub Action to access the token by the microservice at runtime.
D) Store the token as a GitHub encrypted secret in the same repo as the code. During deployment, use GitHub Actions to store the secret in an environment variable that can be accessed at runtime.

Microsoft GH-200 Exam - Topic 3 Question 16 Discussion

Actual exam question for Microsoft's GH-200 exam
Question #: 16
Topic #: 3
[All GH-200 Questions]

As a developer, you need to use GitHub Actions to deploy a microservice that requires runtime access to a secure token. This token is used by a variety of other microservices managed by different teams in different repos. To minimize management overhead and ensure the token is secure, which mechanisms should you use to store and access the token? (Choose two.)

Show Suggested Answer Hide Answer
Suggested Answer: C, E

Using a corporate secret store like HashiCorp Vault provides a secure, centralized location for sensitive information. GitHub Actions can then retrieve and store the token securely during deployment by setting it as an environment variable, ensuring the token remains secure and accessible at runtime.

Storing the token as an organizational-level encrypted secret in GitHub ensures it is accessible across multiple repositories, minimizing management overhead. GitHub Actions can then use this secret during deployment by setting it as an environment variable, allowing the microservice to access it securely at runtime.


Contribute your Thoughts:

0/2000 characters
Ula
3 days ago
Storing in a private repo? No way, that’s risky!
upvoted 0 times
...
Lamonica
8 days ago
I think C is a solid choice too, but it adds complexity.
upvoted 0 times
...
Leanora
13 days ago
Definitely go with E and D for security!
upvoted 0 times
...
Catarina
18 days ago
I vaguely remember a practice question about storing secrets as environment variables during deployment. I think option D might be a good choice, but I need to double-check the details.
upvoted 0 times
...
Matilda
23 days ago
I feel like using a corporate secret store like HashiCorp Vault could be more secure, but I can't recall if we practiced that specific integration with GitHub Actions.
upvoted 0 times
...
Delmy
29 days ago
I think option E sounds right because it mentions organizational-level secrets, which could help with managing access across different teams.
upvoted 0 times
...
William
1 month ago
I remember we discussed using GitHub encrypted secrets in class, but I'm not sure if it's better to use repo-level or organizational-level secrets for this scenario.
upvoted 0 times
...

Save Cancel