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

Add support for SSH tunnels #24

Closed
ciminelli opened this issue Mar 16, 2023 · 4 comments
Closed

Add support for SSH tunnels #24

ciminelli opened this issue Mar 16, 2023 · 4 comments

Comments

@ciminelli
Copy link
Member

ciminelli commented Mar 16, 2023

This should be an option to connect to the database instead of connecting to the Postgres host directly.

We'll need to:

  1. Add a new option to the "Connect Database" page
  2. Update the connect-database endpoint to support the SSH options (server host, connection port, login username, key or password authentication)
  3. Support SSH key authentication or password authentication

More info can be found with how Airbyte supports this type of connection: https://docs.airbyte.com/integrations/sources/postgres/#connect-via-ssh-tunnel

@AkshayAwate
Copy link
Contributor

No description provided.

@ciminelli looking for more description.

@ciminelli
Copy link
Member Author

No description provided.

@ciminelli looking for more description.

Just updated the description, let me know if this is something you'd be interested in and I can work with you on it!

@AkshayAwate
Copy link
Contributor

AkshayAwate commented Mar 21, 2023

Yeah, This is my understanding:
Current workflow, install inquery and then add details of postgres host, then connect. So now instead of connecting directly to postgres host, now will have "Connect Database" page, so this will connect using ssh as per this doc. Am i right ? please feel free to correct 😄.

@ciminelli
Copy link
Member Author

Yeah, This is my understanding: Current workflow, install inquery and then add details of postgres host, then connect. So now instead of connecting directly to postgres host, now will have "Connect Database" page, so this will connect using ssh as per this doc. Am i right ? please feel free to correct 😄.

Yes, but the SSH connection option will be right on the connect database page! We can make a dropdown to select the SSH connection option.

@ciminelli ciminelli closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2023
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

No branches or pull requests

2 participants