An open API service indexing awesome lists of open source software.

https://github.com/tal-tech/sec-nacos-encrypt-plugin

基于Nacos配置中心的敏感信息的脱敏组件
https://github.com/tal-tech/sec-nacos-encrypt-plugin

Last synced: 9 months ago
JSON representation

基于Nacos配置中心的敏感信息的脱敏组件

Awesome Lists containing this project

README

          

# Nacos 配置中心中敏感信息脱敏
基于Nacos1.2.1版本的配置中心对敏感信息过敏组建,例如对数据库的url、用户名、密码进行脱敏

# 使用方法
项目中直接集成此jar包,在Naocs的配置中心的属性配置加上d(数据库密码)
原来的配置是:db.password=xxxx; 脱敏的配置 db.password=d(xxxxxx)