fix(ops): 修复 prod 环境 alarm-system 签名校验失败
prod profile 启动时 application-prod.yaml 为空,主 application.yaml 缺少 viewsh.signature.apps.alarm-system 配置,导致告警系统调用 SecurityOrderOpenController.createOrder 时报错: [appId(alarm-system)] 找不到对应的 appSecret 将签名配置添加到主 application.yaml 作为所有环境的兜底。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -146,6 +146,11 @@ viewsh:
|
||||
connect-timeout: 5000
|
||||
read-timeout: 10000
|
||||
max-retry: 2
|
||||
# API 签名配置:外部系统调用开放接口时使用(如安保工单的告警系统)
|
||||
signature:
|
||||
apps:
|
||||
# 告警系统 - 用于安保工单的创建和自动完单接口
|
||||
alarm-system: "tQ3v5q1z2ZLu7hrU1yseaHwg1wJUcmF1"
|
||||
|
||||
--- #################### 工单相关配置 ####################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user