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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -