-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error while attempting to login using the default API name #109
Comments
Merged
sangaline
added a commit
that referenced
this issue
Jun 6, 2024
We collect an API key name during `sindri login` and the backend only supports a maximum length of 32. This PR adds a simple input validator for the field that displays an "API key name must 32 characters or fewer" error message and allows the user to modify the input and try again. Previously they would have gotten a fatal API error requiring them to start over and re-enter their credentials. Connects #109 Merges #111
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error while attempting to login using the default API name error is generated
Trying to login using the default API name, it return an error if the hostname is pretty long
The hostname should be trim
The text was updated successfully, but these errors were encountered: