provision.yml.sample配置文件变更:
添加: APP_SKETCH_BROKER_IP和APP_SKETCH_BROKER_PORT 删除: APP_SKETCH_BROKER_LIST TSG-6619 - app_sketch_local存在内存泄漏 TSG-6670 - 测试新建能力时app_sketch_local.so插件所调用的MQTT库出现死锁现象 TSG-6504 - 部分网址content-type中C为小写,功能端不能产生效果 TSG-6718 - 安全策略deny动作重定向URL的key不能改变问题 TSG-5767 - HTTP业务层命中监测策略时,只记录该会话的包数字节数统计 TSG-3317 - 安全策略命中日志某时间段内带宽远高于系统整体流量带宽
This commit is contained in:
@@ -8,7 +8,7 @@ firewall_rpm_version:
|
||||
ftp: ftp-1.0.8.13d5fda
|
||||
fw_dns_plug: fw_dns_plug-3.0.6.57c2feb
|
||||
fw_ftp_plug: fw_ftp_plug-3.0.1.0a78573
|
||||
fw_http_plug: fw_http_plug-3.2.4.8add122
|
||||
fw_http_plug: fw_http_plug-3.2.5.30df450
|
||||
fw_mail_plug: fw_mail_plug-3.1.1.777fa90
|
||||
fw_quic_plug: fw_quic_plug-3.0.4.947ef77
|
||||
fw_ssl_plug: fw_ssl_plug-3.1.0.10d88fa
|
||||
@@ -60,7 +60,7 @@ tfe_rpm_version:
|
||||
tfe: tfe-4.5.3.d18b647
|
||||
|
||||
tsg_app_rpm_version:
|
||||
app_sketch_local: app_sketch_local-3.0.6.6977511
|
||||
app_sketch_local: app_sketch_local-3.0.8.ea0c3d7
|
||||
|
||||
tsg_master_rpm_version:
|
||||
tsg_master: tsg_master-4.2.5.8d03091
|
||||
|
||||
@@ -103,7 +103,8 @@ QOS=1
|
||||
PUBLISH_TOPIC="APP_SIGNATURE_ID"
|
||||
#CLIENT_ID=
|
||||
{% raw %}
|
||||
BROKER_LIST="{{ firewall.APP_SKETCH_BROKER_LIST }}"
|
||||
BROKER_IP="{{ firewall.APP_SKETCH_BROKER_IP }}"
|
||||
BROKER_PORT="{{ firewall.APP_SKETCH_BROKER_PORT }}"
|
||||
{% endraw %}
|
||||
|
||||
[APP_PROTO_ENGINE]
|
||||
|
||||
@@ -25,7 +25,8 @@ firewall:
|
||||
hos_serverip: "192.168.40.223"
|
||||
hos_serverport: 9098
|
||||
APP_SKETCH_PUBLISH_TOPIC: "APP_SIGNATURE_ID"
|
||||
APP_SKETCH_BROKER_LIST: "tcp://192.168.40.161:1883"
|
||||
APP_SKETCH_BROKER_IP: "192.168.40.161"
|
||||
APP_SKETCH_BROKER_PORT: 1883
|
||||
|
||||
|
||||
pangu_pxy:
|
||||
|
||||
Reference in New Issue
Block a user