Summer Sale Limited Time 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = simple75
Pass the HashiCorp Security Automation Certification HCVA0-003 Questions and answers with Dumpstech
Tom needs to set the proper environment variable so he doesn’t need to first authenticate to Vault to retrieve dynamically generated credentials for a database server. What environment variable does Tom need to set first before running commands?
What command would you use to enable the Kubernetes secrets engine at the path of /k8s-cluster?
What is the default value of the VAULT_ADDR environment variable?
When a lease is created, what actions can be performed by using only the lease ID? (Choose two)
When you are unsealing Vault using unseal keys, what are you actually doing?
Which of the following features in Vault will replicate service tokens between clusters?
Thomas has authenticated to Vault using the API and has received the following response. What data must Thomas parse from the response in order to continue making requests to Vault?
text
CollapseWrapCopy
{
" request_id " : " 65897160-fd8b-1f87-c24e-fdba14c9728e " ,
" lease_id " : " " ,
" renewable " : false,
" lease_duration " : 0,
" data " : null,
" wrap_info " : null,
" warnings " : null,
" auth " : {
" client_token " : " hvss.lzrmRe5Y3LMcDRmOttEjWoagd92fD29fxakwej_38djs " ,
" accessor " : " EMX0nv4nr0Y1wXoaN7i0WDW1 " ,
" policies " : [ " bryan " , " default " ],
" token_policies " : [ " bryan " , " default " ],
" metadata " : { " username " : " bryan " },
" lease_duration " : 2764800,
" renewable " : true,
" entity_id " : " 40e203e8-818e-b6ad-4cb3-0befdbf9b598 " ,
" token_type " : " service " ,
" orphan " : true
}
}
True or False? A token can be renewed up until the max TTL, even if the TTL has been reached.
What API endpoint is used to enable and configure a secrets engine?
Which of the following storage backends support high availability? (Select four)