Closed zGrav closed 8 years ago
Delete custom roles added to #27
I think the meat of what you want is a more structured role system. Where roles are their own entity rather then being linked directly to users.
Can you give a use-case where this would be useful to you?
Possibly @ceci-woodward , although hubot-auth does do what it is intended to do and works just fine for us.
Our edge case is pretty much we have our Admins in the environment variable of hubot-auth and we've built some scripts (in this case an rss reader) that should only be accessed/used by admins and people in the rss role, hence custom roles.
Regards.
fwiw, what you're calling "custom roles" is, as I understand it, not an edge case but the main thrust of what hubot-auth is intended to be used for. The "custom" qualifier was confusing me a bit at first tbh :)
@patcon Sorry, I tend to confuse people with my attempts at doing things properly haha
Merged, thanks once more!
Hey all,
Is it possible to save a new custom role upon adding it to user (making a new section in hubot's brain for custom roles) and then listing them when asked?
I'll try to make a PR when I get some code up.
Regards.