-
Notifications
You must be signed in to change notification settings - Fork 5k
[Improvement] [Clickhouse] You cannot use empty passwords for ClickHouse data source additions #11279
Copy link
Copy link
Closed
Labels
Stalebackendgood first issuegood first issuegood first issueimprovementmake more easy to user or prompt friendlymake more easy to user or prompt friendly
Description
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
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stalebackendgood first issuegood first issuegood first issueimprovementmake more easy to user or prompt friendlymake more easy to user or prompt friendly