HashiCorp Certified: Vault Associate (003)Exam HCVA0-003 Question # 35 Topic 4 Discussion

HashiCorp Certified: Vault Associate (003)Exam HCVA0-003 Question # 35 Topic 4 Discussion

HCVA0-003 Exam Topic 4 Question 35 Discussion:
Question #: 35
Topic #: 4

Given the following policy, which command below would not result in a permission denied error (select two)?

path "secret/*" { capabilities = ["create", "update"] allowed_parameters = { "student" = ["steve", "frank", "jamie", "susan", "gerry", "damien"] } }

path "secret/apps/*" { capabilities = ["read"] }

path "secret/apps/results" { capabilities = ["deny"] }


A.

vault kv put secret/apps/results student03=practice


B.

vault kv put secret/apps/app01 student=bryan


C.

vault kv put secret/common/results student=frank


D.

vault kv get secret/apps/api_key


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.