Closed
Bug 1197439
Opened 10 years ago
Closed 10 years ago
auth: returns 500 internal error when azure table name includes an underscore
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1203659
People
(Reporter: amiyaguchi, Unassigned)
References
Details
When configuring a table name for Azure Entities, having an underscore in the name will return an internal error to the client from auth. This is relatively hard to debug, and should return some helpful information instead.
Example of an error message follows:
{
"message": "Internal Server Error",
"error": {
"info": "Ask administrator to lookup incidentId in log-file",
"incidentId": "54088dc8-7eb1-4c82-a781-0a5ad27d9255"
}
}
Comment 1•10 years ago
|
||
Basically we need to be better at handling errors here:
https://github.com/taskcluster/taskcluster-auth/blob/master/routes/api/v1.js#L361-L428
And/or check that tablename is on the allowed format.
Not critical, just a nice fix to have some day.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•6 years ago
|
Component: Authentication → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•