Skip to content

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

@nihxdr

Description

@nihxdr

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"
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions