Giter Site home page Giter Site logo

err-profiles's Introduction

err-profiles

ACLs management for errbot in errbot

Install

!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.

Usage

Restrict commands

  • !access add Plugin:*
  • !access add my_command

Remove restrictions

  • !access del Plugin:*
  • !access del my_command

Show restrictions

  • !access list

Add groups

  • !group add mygroup

Remove groups

  • !group del mygroup

Add a user to a group

  • !group add user mygroup @myuser

Remove a user from a group

  • !group del user mygroup @myuser

Show groups

  • !group list

Add a group to access restricted commands

  • !access add group Plugin:* mygroup
  • !access add group my_command mygroup

Remove group from acceding a restricted command

  • !access del group Plugin:* mygroup

Development

Issues and PR are welcomes

err-profiles's People

Contributors

lordn-n avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.