update 工作流请求增加鉴权

This commit is contained in:
AprilWind 2024-11-14 16:02:54 +08:00
parent e1a9fe0e44
commit 3957753717

View File

@ -120,7 +120,6 @@ security:
- /*/api-docs/** - /*/api-docs/**
# warm-flow-ui # warm-flow-ui
- /warm-flow-ui/** - /warm-flow-ui/**
- /warm-flow/**
# 多租户配置 # 多租户配置
tenant: tenant:
@ -274,3 +273,4 @@ websocket:
warm-flow: warm-flow:
# 是否开启工作流默认true # 是否开启工作流默认true
enabled: true enabled: true
token-name: ${sa-token.token-name}