1
Compare and configure secrets engines
hard
Refer to the exhibit. An application uses this policy to access Vault. The application is able to read database credentials from `database/creds/my-role`. However, attempts to list all roles at `database/roles/` fail. What is the most likely cause?
Exhibit
path "database/creds/my-role" {
capabilities = ["read"]
}
path "database/roles/*" {
capabilities = ["list"]
}
path "sys/mounts" {
capabilities = ["read"]
}