GitHub’s outage was caused by auth returning 401s
A major GitHub outage traced to authentication failures rather than a database issue, showing how a small service boundary can cascade across APIs
GitHub went down for ~70 minutes yesterday. Interestingly, the root cause was not a database (the usual suspect), but an auth was returning 401s. Although outages are not good, we as engineers can learn a thing or two from them. Here's a qu