Chef vault - error accessing vault item during kitchen converge -
here call making in recipe:
mypassword = chef_vault_item("passwords", "default_pass")
here error getting when running kitchen converge on recipe:
net::httpserverexception ------------------------ 404 "not found"
what need allow kitchen access vault item?
make sure configure data_bags_path
or put files in default location (data_bags/
). error mentions server aren't use default solo-based provisioner, state using.
Comments
Post a Comment