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

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

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

Select the policies below that permit you to create a new entry of environment=prod at the path /secrets/apps/my_secret (select three).


A.

path "secrets/+/my_secret" { capabilities = ["create"] allowed_parameters = { "*" = [] } }


B.

path "secrets/apps/my_secret" { capabilities = ["update"] }


C.

path "secrets/apps/my_secret" { capabilities = ["create"] allowed_parameters = { "environment" = [] } }


D.

path "secrets/apps/*" { capabilities = ["create"] allowed_parameters = { "environment" = ["dev", "test", "qa", "prod"] } }


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.