QuestionQ377
Infrastructure and AutomationA developer must implement an infrastructure pipeline within the organization. To do so, the developer must identify the methods required to store and work with credentials such as API keys, usernames, and passwords. Which two methods must be used?
Choose two
- A Store the secrets in a vars file, and encrypt and store in a version control system.
- B Use SHA-1 hashing and store in a version control system.
- C Inject the secrets into the pipeline at runtime.
- D Implement a secret store, such as Vault.
- E Store the secrets in a text file on your local machine.
Community Discussion