Question 86

An application requires a specific key/value pair to be updated in order to process a batch job. Thevalue should be either "true" or "false." However, when developers have been updating the value, sometimes they mistype the value or capitalize the value, causing the batch job not to run. What feature of a Vault policy can be used to restrict entry to the required values?
  • Question 87

    You need to write a Vault operator policy and give the users access to perform administrative actions in Vault. What path is used for Vault backend functions?
  • Question 88

    Select the two paths below that would be permitted for read access based on the following Vault policy:
    path "secret/+/training/*" {
    capabilities = ["create", "read"]
    }
  • Question 89

    Which of the following are supported auth methods for Vault? (Select six)
  • Question 90

    Vault enables the generation of dynamic credentials against many different platforms. When generating these credentials, what Vault feature is used to track the credentials?