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)

defect
Not set
normal

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" } }
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.
Will be fixed with bug 1203659
Depends on: 1203659
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Component: Authentication → Services
You need to log in before you can comment on or make changes to this bug.