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
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to