hubot-auth icon indicating copy to clipboard operation
hubot-auth copied to clipboard

Assign roles to users and restrict command access in other scripts

Results 10 hubot-auth issues
Sort by recently updated
recently updated
newest added

Having a few issues (aplogies if I'm just being stupid): When I run "what roles do I have" hubot returns nothing, debug looks like: ``` [Wed Jul 06 2016 13:27:50...

pending response

Improve roles handling and persistency - Do not cache roles at start: persistency store might not be available yet and an empty response can be returned - Save roles back...

After upgrade from 1.2 to 1.3, admin role seem not work correctly. I try both new variable `HUBOT_AUTH_ROLES="admin=USERID"` and old one `HUBOT_AUTH_ADMIN=USERID` and both not work. bot always return `There...

pending response

I would like a way to pre-load/bulk-load user roles at build/deploy time via an environment variable. Example ``` HUBOT_AUTH_ROLES="role1:user1,user2,user3;role2:user1,user2,user3" ``` This could be handled similarly to the HUBOT_ADMIN_USERS environment variable....

I use hubot-auth for a bot on my XMPP server. On XMPP server, users are identified with a JID, something that looks like an email: [email protected] HUBOT_AUTH_ADMIN works fine if...

Hi, Found an issue with Hangups adapter where ID of user is random for each conversation ... Is there anyway to assign rights based on username or email ID ?...

Hi All, Does this plugin work with hipchat. If so, what would be user naming convention for assigning an admin role ?

question

Has anyone written unit tests for scripts that include/call hubot-auth? I haven't found any solid examples of how to stub out the 'hasRole' or 'isAdmin' functions. I've played around with...

question

Useful so that hubot-auth can be used with [hubot-approval](https://github.com/michaelansel/hubot-approval) Cc: @michaelansel