简体   繁体   English

WSO2企业商店1.0.0:安全性

[英]WSO2 Enterprise Store 1.0.0: security

In WSO2 Enterprise Store 1.0.0 there is a lack of security on some aspects. WSO2 Enterprise Store 1.0.0中,某些方面缺乏安全性。

For example: several public files contain sensitive data as the location and clear password of keystores: 例如:几个公共文件包含敏感数据作为密钥库的位置和清除密码:

  • /store/config/publisher.json /store/config/publisher.json
  • /publisher/config/publisher.json /publisher/config/publisher.json

I'm still trying to figure why these data are needed on client side... 我仍在尝试弄清楚为什么客户端需要这些数据...

Is there any configuration setting to solve this issue? 是否有任何配置设置可以解决此问题?

You can solve this issue by adding following URL mapping to the jaggery.conf inside both publisher and store apps. 您可以通过在发布者和商店应用程序内的jaggery.conf中添加以下URL映射来解决此问题。

{
 "url": "/config/*",
 "path": "/"
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM