Good morning/afternoon/evening
I am hoping to solve a problem I am having or even get some suggestions on alternative best practices.
I need to retrieve a list of available handlers along with their actions. I understand that coldbox only caches the handlers themselves and then verifies that the actions exists just before it gets executed. I will be utilizing the cbsecurity module and that seems perfect with being able to restrict access to handlers/action. The problem is that an admin will need to amend a user’s rights to the system without having knowledge of how the system is designed in the background.
E.G. A user needs to be able to view a list of ‘trades’ but not be able to create a new one. The two actions are in the same handler but the administrator does not know what actions to blacklist/whitelist.
Also in addition to the above could you provides some brief description on how you have solved a problem like this in the past as I am sure this is a common one.
Regards
Ryan