Here is the call I am making in my recipe:
mypassword = chef_vault_item("passwords", "default_pass")
Here is the error I am getting when running a kitchen converge on this recipe:
Net::HTTPServerException
------------------------
404 "Not Found"
What do I need to do to allow kitchen to access this vault item?