-
Notifications
You must be signed in to change notification settings - Fork 8
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
Make ssh key editable #2653
Make ssh key editable #2653
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job ya Alaa :)
Screencast.from.05-07-2024.05.33.08.PM.webm |
When updating an SSH key we should validate that there are no keys with the same name Screencast.from.05-08-2024.11.26.55.AM.webmWe do that when the user import/generate a new key, you can check the rules there when updating an SSH key and changing the name
|
Screencast.from.05-09-2024.11.15.30.AM.webm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job ya Alaa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a warning to the user that if he edits ssh key and there are existing deployments, then he/she will lose access to those deployments
That's wrong, the keys on the machines itself. The upcoming deployments only will change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, good job
Description
Once the user creates or import an ssh key he can not edit it or change any field.
Changes
fingerprint
.Maximum call stack size
issue.Related Issues
SSHKeysManagement.migrate
#2666Documentation PR
For UI changes, Please provide the Documetation PR on info_grid
Screencast.from.05-07-2024.03.33.31.PM.webm
Checklist