[users at bb.net] GithubAuth problem with buildbot 0.9.9

Craig Rodrigues rodrigc at crodrigues.org
Fri Jun 30 12:37:56 UTC 2017


Hi,

I was able to get GithubAuth working a few days ago,
but after upgrading to buildbot 0.9.9 it is not working for me.

I went through the steps to configure Oauth in Github, and then based on
this:
http://docs.buildbot.net/latest/manual/cfg-www.html#buildbot.www.oauth2.GitHubAuth

I have something like this in master.cfg:

c['www'] = dict(port=9011,
               auth=util.GitHubAuth("client id", "client secret"),
               plugins=dict(waterfall_view={}, console_view={},
grid_view={}))

Now, when I try logging into Github, the buildbot code is trying to access
a URL:

https://api.github.com/api/v3/user

but that URL is returning a 404 error, and GithubAuth completely fails for
me.

Any ideas what the problem might be?
--
Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170630/8d1464b6/attachment.html>


More information about the users mailing list