We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the access token is invalid base64 (it was accidentally prefixed with a $ sign), the resulting error is "The error is unrecognizable".
Error is base64.CorruptInputError
It seems like it would be benefitial to map this to a more obvious error response (e.g. invalid_token)
invalid_token
Prefix a valid access token with a '$' (or probably other non-base64 character) and send request to the server.
No response
v0.43.0
macOS
Kubernetes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight checklist
Describe the bug
When the access token is invalid base64 (it was accidentally prefixed with a $ sign), the resulting error is "The error is unrecognizable".
Error is base64.CorruptInputError
It seems like it would be benefitial to map this to a more obvious error response (e.g.
invalid_token
)Reproducing the bug
Prefix a valid access token with a '$' (or probably other non-base64 character) and send request to the server.
Relevant log output
No response
Relevant configuration
No response
Version
v0.43.0
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Kubernetes
Additional Context
No response
The text was updated successfully, but these errors were encountered: