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

[MySQL] Make the module able to proxy the port through a server #181

Open
bgatellier opened this issue Aug 23, 2023 · 2 comments · May be fixed by #183
Open

[MySQL] Make the module able to proxy the port through a server #181

bgatellier opened this issue Aug 23, 2023 · 2 comments · May be fixed by #183
Labels
enhancement New feature or request
Milestone

Comments

@bgatellier
Copy link
Contributor

bgatellier commented Aug 23, 2023

The MySQL module can connect to a database which host is either publicly available or in the same network as Heart.

But for security reasons, the database is often (at least in professional environments) only accessible from inside the server that host it.

The goal is to make the module able to connect to the database through a server, via an SSH tunnel.

The library ssh2 seems a good candidate.

This features must be optional, as it could not suit every use cases. Consequently, defining the server credentials must be done in a new environment variable that must be optional.

@bgatellier
Copy link
Contributor Author

Closed as SSH tunnelling can be done outside heart

@bgatellier
Copy link
Contributor Author

Reopen as the features will still be useful to tunel only the MySQL connection

@bgatellier bgatellier reopened this Oct 8, 2023
@bgatellier bgatellier modified the milestones: v4, vNext Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant