Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chef acl updates permissions when it doesn't need to #92

Closed
poliva83 opened this issue Oct 27, 2015 · 1 comment
Closed

Chef acl updates permissions when it doesn't need to #92

poliva83 opened this issue Oct 27, 2015 · 1 comment
Labels
Expeditor: Skip Version Bump Used to skip built_in:bump_version

Comments

@poliva83
Copy link

On chef-client re-runs I noticed sometimes chef-acl would report (up to date) but then other times it reported its updating even though no acls need to be changed. Seems like the order it finds out about current acls actually matters as the from and to lists below have same values but from list is unsorted whereas to list is sorted alphabetically.

 * chef_acl[containers/sandboxes] action create
 - update acl containers/sandboxes at containers/sandboxes
 -   create, update, delete:  update groups from ["dev", "admins"] to ["admins", "dev"]
 -   read:  update groups from ["clients", "users", "dev", "admins", "ops", "noc"] to ["admins", "clients", "dev", "noc", "ops", "users"]
@poliva83
Copy link
Author

poliva83 commented May 7, 2016

Looks like this got fixed in 1.6.0 and later by #76. When I logged this issue I was using 1.5.0. I will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Expeditor: Skip Version Bump Used to skip built_in:bump_version
Projects
None yet
Development

No branches or pull requests

3 participants