-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
polish: On 10000/ auth errors, we should log details about the token #1197
Comments
This is very similar to (perhaps even a duplicate of) #761. |
Mmmm maybe related. This one is about logging more details, that one is about suggesting a relogin. Maybe both will be useful |
Is this referring to the instance of people having a token that doesn't have correct permissions somewhere not getting information necessary, I remember someone had mentioned showing the token and some additional information from the permissions error. I don't remember that scenario completely, but it may help to know it to differentiate the work in issue 761 |
* Fix #1197 * Add changeset * tests
A significant number of bug reports/issues are about auth and tokens and stuff. While there are bugs that we should fix, some of it is just configuration. So when wrangler fails with a 10000 error, we should log details related to the token so it's easier to debug/report. (api for getting permission groups: https://api.cloudflare.com/#permission-groups-list-permission-groups)
The text was updated successfully, but these errors were encountered: