A user has logged into the Vault user interface but cannot browse to a secret located at kv/applications/app3, however, the policy the user is bound by permits read permission to the secret.
Because of the read permission, the user should be able to read the secret in the Vault UI.
Answer(s): A
Explanation:
To browse Vault paths in the UI, the user must have list permissions on the mount and the paths leading up to the secret.
Reveal Solution Next Question