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
https://nerveshub.com/org/my-org/settings/keys/new
Name: devkey Key: $ cat ~/Downloads/devkey.priv | pbcopy
$ cat ~/Downloads/devkey.priv | pbcopy
I mistakenly copy pasted the private key into the public key box and instead of an error the UI resets to an empty form.
It would be good to show some kind of an error that an incorrect key was added.
NOTE: I saw this behaviour on the public beta of nerves cloud.
The text was updated successfully, but these errors were encountered:
I found the error in Sentry which was caused by this.
We don't have a validation on the key length, so adding a validation is step one.
The next step might be to do some check to confirm it is a valid public key (maybe a simple format check?)
Sorry, something went wrong.
No branches or pull requests
https://nerveshub.com/org/my-org/settings/keys/new
Name: devkey
Key:
$ cat ~/Downloads/devkey.priv | pbcopy
I mistakenly copy pasted the private key into the public key box and instead of an error the UI resets to an empty form.
It would be good to show some kind of an error that an incorrect key was added.
NOTE: I saw this behaviour on the public beta of nerves cloud.
The text was updated successfully, but these errors were encountered: