chef-boneyard / chef-vault

chef-vault cookbook
https://supermarket.chef.io/cookbooks/chef-vault
Apache License 2.0
61 stars 53 forks source link

Auto refresh of node list #25

Open saimak opened 9 years ago

saimak commented 9 years ago

Is there a way to have chef-vault's node list refreshed automatically during knife bootstrap ( when new nodes are added )?

Thanks

nwesoccer commented 9 years ago

+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.

saidmasoud commented 6 years ago

@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.

mc0re commented 2 years ago

7 years - still nothing is done :-(