Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nacos-console配置敏感数据持久化加密存储 #492

Closed
yyt701 opened this issue Dec 20, 2018 · 17 comments
Closed

nacos-console配置敏感数据持久化加密存储 #492

yyt701 opened this issue Dec 20, 2018 · 17 comments
Assignees
Labels
kind/enhancement Category issues or prs related to enhancement. priority/low Not important, can be finish by new contributors.

Comments

@yyt701
Copy link

yyt701 commented Dec 20, 2018

  1. 目前配置服务中配置较多的都是账号与密码之类信息(如数据库连接信息、redis连接信息以及其他的acl认证信息等等),如password之类信息不应该裸露持久化到数据库中,很容易被研发人员等获取;

请考虑: nacos-config 在控制台应该有对敏感信息加密存储的功能;

多谢。

@yanlinly yanlinly added kind/enhancement Category issues or prs related to enhancement. priority/low Not important, can be finish by new contributors. labels Dec 20, 2018
@yanlinly
Copy link
Collaborator

@hxy1991 请抽象一下这块的方案,分配社区同学做一下

@mylove13289
Copy link

现在我们也在用spring-cloud-config,配置了密文,spring-cloud-config是支持解密的。而nacos是不支持的。
要不然用不了。

@mylove13289
Copy link

目前spring-cloud-config的实现方式:https://blog.csdn.net/qq_40354025/article/details/78269284

@forwardteam-star
Copy link

@mylove13289 这个issue有解决吗?或者有什么好的方案吗

@wangzhedong
Copy link

这个功能什么时候会有啊?我目前的解决办法是,配置中心的数据库连接,密码之类的数据,我都是进行过加密的,然后在客户端获取到配置之后,再进行解密,但是过程非常的麻烦

@lltx
Copy link
Contributor

lltx commented Feb 11, 2020

这个功能什么时候会有啊?我目前的解决办法是,配置中心的数据库连接,密码之类的数据,我都是进行过加密的,然后在客户端获取到配置之后,再进行解密,但是过程非常的麻烦

https://juejin.im/post/5a2d0ce9f265da431d3c9cea

试试: jasypt

配置一下根密钥 ,nacos config 里面的字符串 ENC(密文) ,在 NacosPropertySource 之前会自动解密好 ,屏蔽了使用细节

@amossavez
Copy link

这个目前有进展么,是什么时候可以release

@visionwang
Copy link

期待这个功能的release

@itachy-zhu
Copy link

刚遇到这个问题,过来看看,期待

@laniakea1990
Copy link

亟需nacos支持配置内容的加解密,希望能有进展

@gangxie112
Copy link

这个功能特别需要啊。本来应该基础设施做的,现在却要各个服务框架来做,很不合理。可以参考k8s secret的kms方案。

@OpenSourceApp-coder
Copy link

请问这个功能会不会被迭代实现呢

@Hello-Linux
Copy link

这个功能目前实现了么?nacos支持加密数据了么

1 similar comment
@bugushi
Copy link

bugushi commented Nov 29, 2021

这个功能目前实现了么?nacos支持加密数据了么

@miozus
Copy link

miozus commented Jan 14, 2022

昏迷,用了半年,开直播才发现意识到这个问题,很不方便。debug 一下底裤都掉了。

@zhangWanLi1995
Copy link

这么重要的东西确实应该进行支持呀

@KomachiSion
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Category issues or prs related to enhancement. priority/low Not important, can be finish by new contributors.
Projects
None yet
Development

No branches or pull requests