feat(framework): API 签名、安全白名单与 Web 配置调整
- 新增 ApiSignatureProperties 配置类 - 调整签名自动配置与 Redis DAO 实现 - 更新安全白名单与 Web 属性配置 - 网关新增安保模块路由配置 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -208,6 +208,10 @@ spring:
|
||||
- Path=/app-api/ops/**
|
||||
filters:
|
||||
- RewritePath=/app-api/ops/v3/api-docs, /v3/api-docs
|
||||
- id: ops-open-api # 开放接口路由(签名验证,无需 Token)
|
||||
uri: grayLb://ops-server
|
||||
predicates:
|
||||
- Path=/open-api/ops/**
|
||||
x-forwarded:
|
||||
prefix-enabled: false # 避免 Swagger 重复带上额外的 /admin-api/system 前缀
|
||||
|
||||
|
||||
Reference in New Issue
Block a user