You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from CDash 3.1.0 to 3.7.0, we noticed that existing CDash API tokens stopped working (I tested a few API calls, they seem to return a 401 error with body {'requirelogin': 1}).
Also, we cannot delete existing tokens. Indeed, in the "My Authentication Tokens" of the CDash UI, the "revoke" (trash can) button does not work, and in the browser devtools I can see that the request to DELETE /api/authtokens/delete/f977...3de675e62b915409d returns a 500 error with
{"error":"Invalid scope listed for auth token with hash f977...409d","code":500}
(We created new API tokens, and we have had no other issue since then.)
Let me know if I can provide any other useful information.
The text was updated successfully, but these errors were encountered:
Bug report
After upgrading from CDash 3.1.0 to 3.7.0, we noticed that existing CDash API tokens stopped working (I tested a few API calls, they seem to return a 401 error with body
{'requirelogin': 1}
).Also, we cannot delete existing tokens. Indeed, in the "My Authentication Tokens" of the CDash UI, the "revoke" (trash can) button does not work, and in the browser devtools I can see that the request to
DELETE /api/authtokens/delete/f977...3de675e62b915409d
returns a 500 error with(We created new API tokens, and we have had no other issue since then.)
Let me know if I can provide any other useful information.
The text was updated successfully, but these errors were encountered: