Open
Description
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 are no people that have the 'admin' role
, I do see the log message show WARNING The HUBOT_AUTH_ADMIN environment variable has been deprecated in favor of HUBOT_AUTH_ROLES
and both variable should still support on v1.3 (after I trace the source code).
Any advice? Thanks
ps: I works perfect after I downgrade to v1.2.