Skip to content

Draft: Update SSH key validation

Overview

Updated form validation when adding a new SSH key. Added additional validation on key name and a check for the word "private" in key value. Added new localised string for SSH key value text & updated readme

#845 (closed)

How to Test

  1. Click "Create" --> "SSH Public Key"
  2. Default page notifies user that key nae and value are required
  3. Enter key name. A properly formatted key name is one that does not start of end with a space
  4. Enter a key value. If the word "private" is included anywhere in the string validation will fail

Screenshots

image image image

Closes #845 (closed)

Merge request reports