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
When the authentication token for the provider is expired, it returns a vague error: Error: invalid character 'u' looking for beginning of value.
What would I expect?
If the provider can't authenticate, I'd expect the provider to throw an authentication failed error.
What happened?
When provided with expired/invalid credentials, the provider returns a vague error: Error: invalid character 'u' looking for beginning of value
How to reproduce
For example, create sysdig_secure_posture_zone resource with a valid authentication token in place
Invalidate the token
Run a plan
The text was updated successfully, but these errors were encountered:
When the authentication token for the provider is expired, it returns a vague error:
Error: invalid character 'u' looking for beginning of value
.What would I expect?
If the provider can't authenticate, I'd expect the provider to throw an
authentication failed
error.What happened?
When provided with expired/invalid credentials, the provider returns a vague error:
Error: invalid character 'u' looking for beginning of value
How to reproduce
sysdig_secure_posture_zone
resource with a valid authentication token in placeThe text was updated successfully, but these errors were encountered: