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"]
}