For reasons I won't go into I have some chef recipes that need to edit the contents of a data bag. Thus, I believe, the node user profile needs to be "admin: true". So when I bootstrap a node (knife bootstrap) the first pass fails with a http 403 error (unable to edit contents of the data bag) and I have to go in and manually set that user to admin.
Is there a way to do that on by default with the knife bootstrap command? I suppose I could create the users beforehand, but I would rather just let chef to all the bootstrapping for me.
Note: I'm using chef 10 and open source chef server