[tc-github] "Bad credentials"
Categories
(Taskcluster :: Services, enhancement)
Tracking
(Not tracked)
People
(Reporter: dustin, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(2 files)
Reporter | ||
Comment 1•6 years ago
|
||
We're occasionally getting "Bad credentials" comments for pushes and PRs.
Looking in the logs, this seems to be coming from Github via octokit.
Reporter | ||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Scrolling back in these logs, it seems the Webhook from Github arrived at 13:34:36 as well. So while I recall that some of the credentials used in app authentication have a very short lifetime, I don't think this is an issue of the credentials timing out.
Reporter | ||
Comment 4•6 years ago
|
||
Reporter | ||
Comment 5•5 years ago
|
||
This is still happening occasionally, e.g., https://github.com/taskcluster/taskcluster/commit/6a62be99d388a081e9f35a2703f5d1db5a384849
I wonder if we should retry on this error?
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
|
||
We recently had a surge of these errors. I'm not sure if the reasons are the same for both bugs, so I'll re-open the one that's urgent, and leave this one as mentored enhancement bug
Updated•5 years ago
|
Comment 8•5 years ago
|
||
(In reply to Dustin J. Mitchell [:dustin] (he/him) from comment #5)
I wonder if we should retry on this error?
To answer the question, the retry had already been implemented by bstack at the time of filing the bug
Comment 9•5 years ago
|
||
Duping this forward. There should not be two bugs for this. That's confusing.
Description
•