Skip to content

fix: inability to add ssh-key to new lagoon#459

Merged
shreddedbacon merged 1 commit into
uselagoon:mainfrom
jackwrfuller:fix-config-add-sshkey
Aug 14, 2025
Merged

fix: inability to add ssh-key to new lagoon#459
shreddedbacon merged 1 commit into
uselagoon:mainfrom
jackwrfuller:fix-config-add-sshkey

Conversation

@jackwrfuller
Copy link
Copy Markdown
Contributor

@jackwrfuller jackwrfuller commented Aug 7, 2025

General Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated
  • PR title is ready for inclusion in changelog

Description

Currently, it is not possible to add to add an ssh-key to a new Lagoon instance using the following command:

lagoon config add \
        --force \
        --graphql URL \
        --ui URL \
        --hostname IP \
        --lagoon lagoon \
        --port 2020 \
        --ssh-key "/path/to/key"

This is due to a missing dash in the LagoonConfigFlags, as the command flag expects --ssh-key and will not accept --sshkey

@shreddedbacon shreddedbacon merged commit 93c43d7 into uselagoon:main Aug 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants