Is it possible to restrict group members to a single cookbook? We have 3-4 users that only need to work on one cookbook and want to keep them out of the others.
Cheers, Mike.
Is it possible to restrict group members to a single cookbook? We have 3-4 users that only need to work on one cookbook and want to keep them out of the others.
Cheers, Mike.
Are you manually uploading? I would build a CI/CD pipeline for cookbooks and then take everyone's upload rights away
Yeah, we're doing it manually right now. We don't have the bandwidth currently to set up CI/CD for it.
You'll want to look at this: https://github.com/chef/knife-acl
It incidentally just went into core last week I think.