QuestionQ49
Introduction to DevSecOpsRichard Branson works as a DevSecOps engineer at an IT company that develops apps for Android mobiles. To manage the secret information of an application across various phases of the development lifecycle and to provide fine-grained access to each secret, he wants to integrate HashiCorp Vault with Jenkins.
To access the vault from Jenkins, Richard installed the hashicorp-vault-plugin and ran a vault instance. He then selected the AppRole authentication method, which allows apps to access the vault using a predefined role.
Which of the following commands should Richard use to enable AppRole authentication?
- A enable auth vault approle
- B vault auth enable approle
- C enable vault auth approle
- D auth vault enable approle
Community Discussion