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
FYI - if anyone else comes across this open issue running into the bufio.Scanner: token too long error, there is an open PR fixing this issue in this repo located here: #25
Fork this repo, enable GitHub Actions, and snag the patch from the above PR. Open a new PR in your forked repo with the changes in the above patch, merge it, and then cut a release and just bump the version to 0.7.1 or something. You can then grab the binary from your new release in your forked repo and use it. Works great; this is how we solved the issue for our use case.
Hello,
I am seeing an issue for a base64 encoded cert value.
The error message is:
error: bufio.Scanner: token too long
Is there a solution to this?
The text was updated successfully, but these errors were encountered: