manager icon indicating copy to clipboard operation
manager copied to clipboard

feat(dedicated): add buttons to choose between password and SSH key authentication

Open Dampen59 opened this issue 11 months ago • 2 comments

Ref : MANAGER-12571

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

Description

Added Password and SSH Key authentication choices in the dedicated servers netboot wizard The available authentication methods depends on the selected rescue kernel.

Related

MANAGER-12571

Dampen59 avatar Feb 29 '24 16:02 Dampen59

Squash all your commits together (data from separated commits will be lost anyway when your PR will be merged)

And fix linting issue: https://github.com/ovh/manager/actions/runs/8099488055/job/22135340444?pr=11063

JayBeeDe avatar Mar 01 '24 09:03 JayBeeDe

image When ssh key is invalid, native error message is not shown.

Invalid error message can be shown only in the following case: Empty data error is raised, then invalid ssh key is inserted image

JayBeeDe avatar Mar 06 '24 14:03 JayBeeDe

Be carefull, I see you retrieve translation but QA isn't done yet. We have to check for QA to be ok before ask for translation

qpavy avatar Apr 02 '24 08:04 qpavy

Be carefull, I see you retrieve translation but QA isn't done yet. We have to check for QA to be ok before ask for translation

I did the short-circuit to go faster, this is my fault

JayBeeDe avatar Apr 02 '24 08:04 JayBeeDe