[BUG] The data source control in the workflow instance will print the clear text password
See original GitHub issue点击工作流实例,选择数据源控件,填写连接,用户和密码,运行该组建,发现log信息是使用明文打印。
[INFO] 2020-04-23 14:06:13.838 - [taskAppId=TASK-16-123-164]:[127] - datasource name : ip , type : MYSQL , desc : 本地测试MySQL , user_id : 2 , parameter : {"address":"明文jdbc连接","database":"数据库名","jdbcUrl":"明文jdbc连接","user":"用户名","password":"明文密码"}
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Workflow Fails on Assign A Task [Error Code: Runtime.Internal]
I need to Assign Task to individuals where they must review the list item attachments and approve or reject them. I can easily...
Read more >Authentication with a data source - Power Query
In this article. Select an authentication method; Set the level of the authentication method; Change the authentication method ...
Read more >Encrypted secrets - GitHub Docs
Encrypted secrets allow you to store sensitive information in your organization, repository, or repository environments.
Read more >Protect Sensitive Input Variables | Terraform
Protect sensitive values from accidental exposure using Terraform sensitive input variables. Provision a web application with Terraform, and mark input ...
Read more >Version control concepts and best practices
In a centralized version control system, you can update (for example, svn update ) at any moment, even if you have locally-uncommitted changes....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
In the dev branch, this log will not be printed, but the password will still be printed in another place, and I will fix this problem
hey @zixi0825 did u solved this issue or can i work on it?