Which of the following statements are true about Vault policies? (Choose two.)
Which of the following statements are true about Vault policies? (Choose two.)
Policies in Vault provide a declarative way to grant or forbid access to specific paths and operations, making statement C true. Additionally, by default, policies deny access unless explicitly allowed, which means an empty policy grants no permissions, making statement E true.
C & E as per https://developer.hashicorp.com/vault/docs/concepts/policies#policies