You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/06/08 08:47:09 UTC

[GitHub] [servicecomb-service-center] gabrielyuyang opened a new issue #647: Service-center密钥的加密密码

gabrielyuyang opened a new issue #647:
URL: https://github.com/apache/servicecomb-service-center/issues/647


   https://github.com/apache/servicecomb-service-center/blob/d422a1f75fbd0aaa0d8eb6b92245c25a4052137e/server/plugin/pkg/tls/buildin/tls.go#L48
   
   service-center进行服务发布,https证书设置是通过指定证书,加密的秘钥文件和密码文件进行tls认证。
   
   指定时,需要密码文件中存储是加密秘钥的明文密码,请问有没有buildin机制,消除明文密码


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-service-center] tianxiaoliang closed issue #647: Service-center密钥的加密密码

Posted by GitBox <gi...@apache.org>.
tianxiaoliang closed issue #647:
URL: https://github.com/apache/servicecomb-service-center/issues/647


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-service-center] humingcheng commented on issue #647: Service-center密钥的加密密码

Posted by GitBox <gi...@apache.org>.
humingcheng commented on issue #647:
URL: https://github.com/apache/servicecomb-service-center/issues/647#issuecomment-643865787


   目前service-center没有提供默认加解密方案,需要使用者自定义。定义方式有两个:
   1. 代码扩展。
   参考:
   https://github.com/apache/servicecomb-service-center/blob/4f8c1a187c08bc0f3dafb0bb3e56d8a445417ec1/server/plugin/pkg/security/buildin/buildin.go#L24
   
   
   1. go plugin扩展(buildin机制)。
   参考:
   https://github.com/apache/servicecomb-service-center/blob/master/docs/plugin.md


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org