not enough error checking when curl returns not authorized #6
Labels
bug
Something isn't working
good first issue
Good for newcomers
provisioner
Issues with the client tooling that provisions users
we have a curl command to fetch raw user data, around line 228 in the current revision
we check that curl has exited with some status code other than 0,but we don't check the HTTP status codes for the curl output.
in this particular case we were getting an error 403 because of some other issue with our token:
The text was updated successfully, but these errors were encountered: