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

fix(core): Fix SSH Tunnels when using private key #10148

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

netroy
Copy link
Member

@netroy netroy commented Jul 22, 2024

Summary

in #9906 I accidentally changed the property names for private-key for SSH tunnels.
I had originally changed the name during testing, but had reverted to the original names. Unfortunately (since our schemas aren't typesafe), I missed one spot.

This means that any new Postgres or MySQL credential created on version 1.50 or 1.51, with SSH tunneling using private-key are not working right now.

Once this fix is released, those non-working credentials would need to be edited, and the private-key/passphrase would need to be re-entered.

Related Linear tickets, Github issues, and Community forum posts

https://community.n8n.io/t/node-mysql-with-ssh-tunnel-configuration/50412
https://community.n8n.io/t/unable-to-connect-postgres-db-with-n8n/39615

Review / Merge checklist

  • PR title and summary are descriptive
  • Tests included
  • PR Labeled with release/backport

@netroy netroy added the release/backport Changes that need to be backported to older releases. label Jul 22, 2024
@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team node/improvement New feature or request labels Jul 23, 2024
Copy link

cypress bot commented Jul 23, 2024

Passing run #6098 ↗︎

0 386 0 0 Flakiness 0

Details:

🌳 🖥️ browsers:node18.12.0-chrome107 🤖 netroy 🗃️ e2e/*
Project: n8n Commit: 0894812171
Status: Passed Duration: 04:14 💡
Started: Jul 23, 2024 8:02 AM Ended: Jul 23, 2024 8:06 AM

Review all test suite changes for PR #10148 ↗︎

Copy link
Contributor

✅ All Cypress E2E specs passed

@netroy netroy merged commit a96db34 into master Jul 23, 2024
28 checks passed
@netroy netroy deleted the fix-ssh-tunnel branch July 23, 2024 08:08
@github-actions github-actions bot mentioned this pull request Jul 23, 2024
@github-actions github-actions bot mentioned this pull request Jul 23, 2024
@janober
Copy link
Member

janober commented Jul 23, 2024

Got released with n8n@1.50.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team node/improvement New feature or request release/backport Changes that need to be backported to older releases. Released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants