-
Notifications
You must be signed in to change notification settings - Fork 84
Add ACL support to Objects #147
Comments
From Steven:
|
Bump on this by any chance? The ACL system in Chef 12 is causing lots of problems, and I'd like to fix them on-demand with Ridley :-) |
@bmhatfield can you define what you actually need? Just the ability to manage ACls with ridley, or is there something deeper? |
Sorry for the delay. Just looking for the ability to manage ACLs with Ridley. |
I think the reality is that ridley is becoming community supported at this point, and without a PR to implement some of these features, we're more likely to be spending time on fixing Chef::HTTP bugs than improving ridley. I can't see where the time comes from anyone who is currently keeping ridley running to implement these features, I can certainly think of several Chef RFCs I need to implement and several dozen chef/chef features and bugs that would take priority. The best way to get us to reassess our priorities here will be to give us a green merge button to mash. |
We're also mostly trying to address berkshelf-related issues in ridley. Since berks doesn't need any of these APIs their priority in implementing is so low as to be queue starved. |
OHC/OPC supports ACLs for
We should allow read/writing of these ACLs on the ChefObject level. The API seems to be undocumented but here is a Knife plugin which implements the API.
The text was updated successfully, but these errors were encountered: