You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 We are using Chef Provisioning, however it's a chicken and the egg issue. During provisioning we specify a role which adds a run-list which requires the use of a chef vault data_bag, but it does not have permissions to it since the data bag did not refresh it's acl.
@saimak I had to workaround this by building a bootstrap script that first bootstraps all nodes, then refreshes all chef-vault items, THEN uses knife ssh to run chef-client on the newly bootstrapped nodes. Not the most elegant solution but works for our purposes.
Is there a way to have chef-vault's node list refreshed automatically during knife bootstrap ( when new nodes are added )?
Thanks
The text was updated successfully, but these errors were encountered: