
Ultimate access to all questions.
You have an application running on Google Kubernetes Engine (GKE) that needs to make authenticated requests to Google Cloud managed services. The solution should be a one-time setup adhering to security best practices, including automatic key rotation and encrypted storage of credentials. A service account with the necessary permissions has already been created. What is the next step to configure this securely?
A
Assign the Google Cloud service account to your GKE Pod using Workload Identity.
B
Export the Google Cloud service account, and share it with the Pod as a Kubernetes Secret.
C
Export the Google Cloud service account, and embed it in the source code of the application.
D
Export the Google Cloud service account, and upload it to HashiCorp Vault to generate a dynamic service account for your application.