Skip to content
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

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

sachinrameshn
Copy link
Contributor

ref: MANAGER-13088

Question Answer
Branch? master
Bug fix? no
New feature? yes
Breaking change? no
Tickets MANAGER-13088
License BSD 3-Clause
  • Try to keep pull requests small so they can be easily reviewed.
  • Commits are signed-off
  • Only FR translations have been updated
  • Branch is up-to-date with target branch
  • Lint has passed locally
  • Standalone app was ran and tested locally
  • Ticket reference is mentioned in linked commits (internal only)
  • Breaking change is mentioned in relevant commits

Description

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

Comment on lines 117 to 121
<ssh-key
data-public-key="$ctrl.template.publicSshKey"
data-required="false"
>
</ssh-key>
Copy link
Contributor

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.

Copy link
Contributor Author

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

@sachinrameshn sachinrameshn force-pushed the feat/MANAGER-13088 branch 2 times, most recently from 4159d91 to 7c6c709 Compare September 22, 2024 17:01
@github-actions github-actions bot added the has conflicts Has conflicts to resolve before merging label Sep 23, 2024
@github-actions github-actions bot removed the has conflicts Has conflicts to resolve before merging label Sep 23, 2024
@github-actions github-actions bot added the has conflicts Has conflicts to resolve before merging label Sep 25, 2024
ref: MANAGER-13088

Signed-off-by: Sachin Ramesh <[email protected]>
@github-actions github-actions bot removed the has conflicts Has conflicts to resolve before merging label Sep 25, 2024
Copy link

sonarcloud bot commented Sep 25, 2024

@sachinrameshn sachinrameshn merged commit 62f193e into feat/MANAGER-14906 Sep 25, 2024
12 of 14 checks passed
@sachinrameshn sachinrameshn deleted the feat/MANAGER-13088 branch September 25, 2024 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants