After issuing the command to delete a secret, you run a vault kv list command but the secret still exists. What command would permanently delete this secret from Vault?1. $ vault kv delete kv/applications/app012. Success! Data deleted (if it existed) at: kv/applications/app013. $ vault kv list kv/applications4. Keys5. ----6. app01
Answer(s): A
The kv metadata command has subcommands for interacting with the metadata and versions for the versioned secrets (K/V Version 2 secrets engine) at the specified path. The kv metadata delete command deletes all versions and metadata for the provided key.
https://www.vaultproject.io/docs/commands/kv/metadata
When architecting a Vault replication configuration, why should you never terminate TLS on a front- end load balancer?
Answer(s): B
For replication (port 8201), Vault generates a mutual TLS connection between nodes using self- generated certs/keys (this is different than the TLS you configure in the listener, which is particular to client requests)... server-to-server always uses this mutual TLS, even if you have TLS disabled on the listener.
https://www.vaultproject.io/docs/configuration/listener/tcp https://www.vaultproject.io/docs/concepts/ha
True or False:Once you create a KV v1 secrets engine and place data in it, there is no way to modify the mount to include the features of a KV v2 secrets engine.
The kv enable-versioning command turns on versioning for an existing non-versioned key/value secrets engine (K/V Version 1) at its path.
https://www.vaultproject.io/docs/commands/kv/enable-versioning
You've hit the URL for the Vault UI, but you're presented with this screen. Why doesn't Vault present you with a way to log in?
Answer(s): D
Before Vault can be used, it must be initialized and unsealed. This screen indicates that Vault has not been initialized yet and is offering you a way to do so.
Post your Comments and Discuss HashiCorp VA-002-P exam with other Community members:
Bruno commented on October 10, 2023 PDF is Vault, EXM is Teraform. UNITED STATES upvote
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the VA-002-P content, but please register or login to continue.