Skip to content

[Improvement] [Clickhouse] You cannot use empty passwords for ClickHouse data source additions #11279

@hrtyf

Description

@hrtyf

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

You cannot use empty passwords for ClickHouse data source additions,If no value is transmitted when you enter the password, the password is changed to 123456 by default.
Version 2.0.6

What you expected to happen

It might be in the source code,Change the null value passed to 123456

How to reproduce

When adding the ClickHouse data source,Do not enter the password, pass a blank value,Viewing API Logs,The null value is found to be 123456 by default.

Anything else

Clickhouse does not have a password by default,This issue causes the user to have to set a password for Clickhouse,This will involve a lot of associated configuration changes,It brings a lot of inconvenience to users.

1.3.9 version Null values will not default to 123456,You can add Clickhouse without a password.

Version

2.0.6

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions