VA-003

Study mode — explanations shown

1

Explain Vault architecture

medium

Refer to the exhibit. A developer issues a Vault CLI command to write a secret to path 'secret/data/team/billing'. What will be the outcome?

Exhibit

path "secret/data/team/*" {
  capabilities = ["create", "update", "read", "delete"]
}

path "secret/data/team/billing" {
  capabilities = ["read"]
}
0 of 10 answered