True or False?
terraform init cannot automatically download Community providers.
What feature of Vault would allow you to architect a "Vault within a Vault"?
You want to encrypt a credit card number using the transit secrets engine. You enter the following command and receive an error. What can you do to ensure that the credit card number is properly encrypted and the ciphertext is returned?
1. $ vault write -format=json transit/encrypt/creditcards plaintext="1234 5678 9101 1121"
2. Error writing data to transit/encrypt/orders: Error making API request.
3.
4. URL: PUT http://10.25.16.165:8200/v1/transit/encrypt/creditcards
5. Code: 400. Errors:
6.
7. * illegal base64 data at input byte 4
You have been given requirements to create a security group for a new application. Since your organization standardizes on Terraform, you want to add this new security group with the fewest number of lines
of code. What feature could you use to iterate over a list of required tcp ports to add to the new security group?
In order to extend Vault beyond a data center or cloud regional boundary, what feature should be used?
Which of the following connection types are supported by the remote-exec provisioner? (select two)
Given the policy below, what would the user be able to access?
1. path "*" {
2. capabilities = ["create", "update", "read", "list", "delete", "sudo"]
3. }
When registering a plugin with Vault, where would you configure the location where the binaries are located in order for Vault to properly register the plugin?
After a client has authenticated, what security feature is used to make subsequent calls?
Vault has failed to start. You inspect the log and find the error below. What needs to be changed in order to successfully start Vault?
"Error parsing config.hcl: At 1:12: illegal char"
You've logged into the Vault CLI and attempted to enable an auth method, but received this error message. What can be done to resolve the error and configure Vault?
Error enabling userpass auth: Post https://127.0.0.1:8200/v1/sys/auth/userpass: http: server gave HTTP response to HTTPS client
What is the default method of authentication after first initializing Vault?
When writing the Terraform code, HashiCorp recommends that you use how many spaces between each nesting level?
When creating a dynamic secret in Vault, Vault returns what value that can be used to renew or revoke the lease?
Which of the following cloud providers are not supported by Vault secrets engines?
After logging into the Vault UI, a user complains that they cannot enable Replication. Why would the replication configuration be missing?
In order to make a Terraform configuration file dynamic and/or reusable, static values should be converted to use what?
What system endpoint can you query to determine which node is the leader of a cluster?
The Terraform language supports a number of different syntaxes for comments. Select all that are supported. (select three)
Which of the following storage backends are supported by HashiCorp technical support? (select four)