go-admin-team/go-admin

配置文件包装过深,不太方便数据库账号等敏感信息加密

chianoceanwhale opened this issue · 2 comments

What problem does this feature solve?

提高服务数据库等数据的安全性

What does the proposed API look like?

可以支持扩展对敏感数据解密函数

What problem does this feature solve?

提高服务数据库等数据的安全性

What does the proposed API look like?

可以支持扩展对敏感数据解密函数

数据库连接是加密串,程序拿到后进行解密?

What problem does this feature solve?

提高服务数据库等数据的安全性

What does the proposed API look like?

可以支持扩展对敏感数据解密函数

这块可以使用secret或者对应厂商的secret manager来解决,然后转换到环境变量,通过模板进行替换,这块内容可以参考mss-boot-admin的secret配置模块