Not understanding Vault policies for secret paths

path "kv/data/devops/*"
{
  capabilities = ["create", "read", "update", "delete", "list", "sudo"]
}

If it’s a versioned kv secrets engine, this should work.

1 Like