-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Go Client does not check the error in GenerateToken
#13925
Comments
zmb3
added a commit
that referenced
this issue
Jun 28, 2022
Thanks for reporting this. I've opened a PR to fix it. |
zmb3
added a commit
that referenced
this issue
Jun 28, 2022
zmb3
added a commit
that referenced
this issue
Jun 28, 2022
Check error when generating tokens with the API client Fixes #13925
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
I was trying to use the Go Client to generate tokens for nodes to join.
However,
GenerateToken
results in panic at this line, which I think is due to the error check miss. Due to this I'm not able to see the error message also.The issue is with this line:
teleport/api/client/client.go
Line 1862 in 2f1511b
Thanks!
The text was updated successfully, but these errors were encountered: