delei commented on issue #14478: URL: https://github.com/apache/dolphinscheduler/issues/14478#issuecomment-3031436148
Which version are you using? ## Version `3.2.0` ## Solution You can configure the `datasource.encryption` parameter in `conf/common.properties` file ```properties # datasource encryption enable, default is false datasource.encryption.enable=true # datasource encryption salt datasource.encryption.salt=!@#$%^&* ``` ## Result the value of field `connection_params` in the `t_ds_datasource` table  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
