Hello everyone, hope you're all having a great day...
# support
r
Hello everyone, hope you're all having a great day! I have some issues with the community version auth. I'm using istio gateway and when the traffic is going through the gateway I receive a 401 error on the api/v1/user/xxxxxxxx endpoint. If I route the same request locally i.e. port-forwarded to localhost it works. Any ideas? P.S. Some more info
Copy code
{status: "error", errorType: "unauthorized",…}
error
: 
"failed to parse jwt token: unknown signing algo: RS256"
errorType
: 
"unauthorized"
status
: 
"error"
This is the error, however, when I copy the auth token and substitute it for the localhost it seems to work. So I don't think it's the token that's the problem.
#C01HWQ1R0BC
s
This is specific to your istio and not SigNoz side issue.