ACLs management for errbot in errbot
!repos install https://github.com/shengis/err-profiles.git
# Add an administrator group !group add administrators # Add a member to the administrator group !group add user administrators @user # Add the Profile plugin to the restricted access !access add Profiles:* # Authorize the administrator group to access !access add group Profiles:* administrators These commands should be done by an errbot administrator to be able to use Profiles after adding it to the restricted access.
- !access add Plugin:*
- !access add my_command
- !access del Plugin:*
- !access del my_command
- !access list
- !group add mygroup
- !group del mygroup
- !group add user mygroup @myuser
- !group del user mygroup @myuser
- !group list
- !access add group Plugin:* mygroup
- !access add group my_command mygroup
- !access del group Plugin:* mygroup
Issues and PR are welcomes