I want/need one of my nodes to access a data bag on my chef server. The purpose is to get a decrypted ssh key so i can clone from a private repo. I've been trying many variations of
knife vault update data_bag item -A 'name-of-node'
But I do not see the node come up on the list of clients with access.
What am I doing wrong in this command or need to do to get this to work? I've been following this guide, but I'm not using roles.