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
Is your feature request related to a problem? If so, please describe the problem:
When a platform API token goes bad, it returns a message :
2021-08-12 16:25:42,887,887ms [PID: 279416] workers.github_worker.57516 [INFO] Hitting endpoint: https://api.github.com/users/toufikImk ...
2021-08-12 16:25:43,170,170ms [PID: 279416] workers.github_worker.57516 [INFO] Contributor data: {'message': 'API rate limit exceeded for user ID XXXXXXX.', 'documentation_url': 'https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting'}
OFTEN THESE TOKENS ARE NOT ACTUALLY BAD
There are some more details in Issue #1423 about a particular instance of this happening
Potential solutions:
Goal: Create a record of each token marked bad. If it shows up regularly, then we know its bad.
Add a rejected_tokens table to the augur_operations schema. Insert a record every time we get bad_credentials returned. It does not reliably mean the credentials are bad. But if we start seeing the same token over and over again it likely is. *THIS SHOULD NOT BE VISIBLE BEFORE LOGIN IS IMPLEMENTED and it should be made visible through an AUTHENTICATED API. (Sorry for the overuse of capitalization.). ALSO: 💯
Additional context:
Issue discovered in release v0.20.1
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? If so, please describe the problem:
When a platform API token goes bad, it returns a message :
OFTEN THESE TOKENS ARE NOT ACTUALLY BAD
There are some more details in Issue #1423 about a particular instance of this happening
Potential solutions:
Goal: Create a record of each token marked bad. If it shows up regularly, then we know its bad.
Add a rejected_tokens table to the augur_operations schema. Insert a record every time we get bad_credentials returned. It does not reliably mean the credentials are bad. But if we start seeing the same token over and over again it likely is. *THIS SHOULD NOT BE VISIBLE BEFORE LOGIN IS IMPLEMENTED and it should be made visible through an AUTHENTICATED API. (Sorry for the overuse of capitalization.). ALSO: 💯
Additional context:
Issue discovered in release v0.20.1
The text was updated successfully, but these errors were encountered: