HashiCorp HCVA0-003 - HashiCorp Certified: Vault Associate (003)Exam
When generating dynamic credentials, Vault also creates associated metadata, including information like time duration, renewability, and more, and links it to the credentials. What is this referred to as?
True or False? The userpass auth method has the ability to access external services in order to provide authentication to Vault.
Beyond encryption and decryption of data, which of the following is not a function of the Transit secrets engine?
Based on the following output, what command can Steve use to determine if the KV store is configured for versioning?
text
CollapseWrapCopy
$ vault secrets list
Path Type Accessor Description
---- ---- -------- -----------
automation/ kv kv_56f991b9 Automation team for CI/CD
cloud/ kv kv_4426c541 Cloud team for static secrets
cubbyhole/ cubbyhole cubbyhole_9bd538e per-token priv secret storage
data_team/ kv kv_96d57692 Data warehouse KV for certs
identity/ identity identity_0042595e identity store
network/ kv kv_3e53aaab Network team secret storage
secret/ kv kv_d66e2adc key/value secret storage
sys/ system system_d6f218a9 system endpoints
Which of the following best describes a token accessor?
Which two characters can be used when writing a policy to reflect a wildcard or path segment? (Select two)
Which statement best explains how Vault handles data encryption?
What is the result of the following Vault command?
$ vault auth enable kubernetes
Which statement best describes the process of sealing a Vault instance?
Which of the following best describes the function of the Vault Secrets Operator in a Kubernetes environment?
