-
Notifications
You must be signed in to change notification settings - Fork 217
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
The data source connection password is empty #712
Comments
Hello @fredalai ! |
Hi, I've added changes to the MySQLProperties.tsx file. I edited line 76, replacing the password placeholder from "input password" to "************". |
@swarupn17, it looks like @cubsg has been working on this issue and also submitted a PR. Can you look into other issues that you might be interested in? Thanks! |
Hi @ongdisheng, Thanks for catching that issue—it’s a bug. Thanks, |
Hi @fredalai, I noticed there hasn’t been much progress on the previous PR. Would it be alright if I step in and submit my own PR to help move things forward? |
@ongdisheng Yep, sure. reassigned. |
Describe the bug
When viewing the Data Source Settings page for a connected MySQL data source, the password field appears empty.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Show password placeholder
************
instead of empty when viewing the Data Source Settings.Screenshots
Root cause
The Backend API will not return the password field information, so it will become empty if the front end does not process it.
Solution
Note: For Postgres data source, it is currently the correct behavior
The text was updated successfully, but these errors were encountered: