-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(dedicated.vps): use sshKey component #13126
Conversation
384e59c
to
4ed5d30
Compare
<ssh-key | ||
data-public-key="$ctrl.template.publicSshKey" | ||
data-required="false" | ||
> | ||
</ssh-key> |
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.
nitpick: Name of the component is too generic. Add the prefix to differentiate it.
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.
Its been renamed as sshKeySelector
4159d91
to
7c6c709
Compare
312fc60
to
861ebe5
Compare
7c6c709
to
63bc1d0
Compare
861ebe5
to
147bf8f
Compare
ref: MANAGER-13088 Signed-off-by: Sachin Ramesh <[email protected]>
63bc1d0
to
4168f8d
Compare
Quality Gate passedIssues Measures |
ref: MANAGER-13088
master
Breaking change is mentioned in relevant commitsDescription
Add < ssh-key / > component
Component must have a dropdown with all the SSH keys stored under /me/sshKey
Component must have a textarea where user can manually fill a SSH key or can select a SSH key that is stored in /me/sshKey
Use < ssh-key /> component in below sections:
VPS OS re-installation for old server
Related