HashiCorp Certified: Vault Associate (003)Exam HCVA0-003 Question # 83 Topic 9 Discussion

HashiCorp Certified: Vault Associate (003)Exam HCVA0-003 Question # 83 Topic 9 Discussion

HCVA0-003 Exam Topic 9 Question 83 Discussion:
Question #: 83
Topic #: 9

Hanna is working with Vault and has been assigned a namespace called integration, where she stores all her secrets. Hanna configured her application to use the following API request, but the request is failing. What changes below will help Hanna correctly retrieve the secret? (Select two)

$ curl \

--header "X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag" \

--request GET \

https://vault.example.com:8200/v1/secret/data/my-secret


A.

$ curl --header "X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag" --request GET\integration https://vault.example.com:8200/v1/secret/data/my-secret


B.

$ curl --header "X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag" --request GET --namespace "integration" https://vault.example.com:8200/v1/secret/data/my-secret


C.

$ curl --header "X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag" --request GET https://vault.example.com:8200/v1/integration/secret/data/my-secret


D.

$ curl --header "X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag" --header "X-Vault-Namespace:integration" --request GET https://vault.example.com:8200/v1/secret/data/my-secret


Get Premium HCVA0-003 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.