Skip to content

Validate JDBC params in check operation #13851

Closed
@grishick

Description

@grishick

Tell us about the problem you're trying to solve

Currently, we allow users to enter additional JDBC parameters in free form. If the parameters are entered incorrectly, the connection will fail. If user enters any of the parameters that the connector specifies internally (such as SSH-related parameters), the parameters will end up duplicated in the URL causing non-deterministic behavior.

Describe the solution you’d like

  • Validate parameter format (key1=value1&key2=value2) in check method
  • fail check method if user specifies any of the parameters that the connector uses internally

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions