apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.08k stars 8.73k forks source link

seata 2.x是否支持数据库密码加密功能? #6595

Closed a8159236 closed 1 month ago

a8159236 commented 1 month ago

1、seata 2.x是否支持数据库密码加密功能(直接password配置明文密码可能不安全) mode = "db"的时候,使用mysql数据库,有单独的配置加密的参数吗?还是可以通过openssl生成密钥对,password直接配置成公钥就行?官方文档没有找到相关内容。 2、有相关的配置介绍和配置方法吗?

xingfudeshi commented 1 month ago

Hi,seata supports this feature,Please refer to @funky-eyes 's answer

funky-eyes commented 1 month ago

https://github.com/apache/incubator-seata/issues/2665