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

[FR] JDBC URL is exposed in configuration.json file generated #9

Open
nihxdr opened this issue Sep 24, 2024 · 0 comments
Open

[FR] JDBC URL is exposed in configuration.json file generated #9

nihxdr opened this issue Sep 24, 2024 · 0 comments

Comments

@nihxdr
Copy link
Contributor

nihxdr commented Sep 24, 2024

When introspecting the MySQL database, the configuration.json file generated exposes the JDBC URL string, which contains sensitive information like root password of MySQL server
"jdbcUrl" : "jdbc:mysql://<host>:<port>/<database>?useSSL=false&user=<root_user>&password=<root_password>"

Whereas in postgres connectors these values are taken from the env var

 "connectionSettings": {
    "connectionUri": {
      "variable": "CONNECTION_URI"
    }
  }
@GavinRay97 GavinRay97 changed the title JDBC URL is exposed in configuration.json file generated [FR] JDBC URL is exposed in configuration.json file generated Nov 18, 2024
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

1 participant