From fb723f145fdfc411a9b8e6a4d60bf9df6331fc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=AD=90=E6=9D=8E=C2=B7De?= Date: Sat, 17 Jul 2021 22:52:21 +0800 Subject: [PATCH] update for filter add skip authenticate url config --- report-core/src/main/resources/bootstrap-dev.yml | 8 +++++--- report-core/src/main/resources/bootstrap-prod.yml | 6 +++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/report-core/src/main/resources/bootstrap-dev.yml b/report-core/src/main/resources/bootstrap-dev.yml index 7eae1aa9..df803613 100644 --- a/report-core/src/main/resources/bootstrap-dev.yml +++ b/report-core/src/main/resources/bootstrap-dev.yml @@ -70,6 +70,8 @@ file: dist-path: /app/disk/upload/ white-list: .png|.jpg|.gif|.icon|.pdf|.xlsx|.xls|.csv|.mp4|.avi excelSuffix: .xlsx|.xls|.csv - downloadPath: http://10.108.26.197:9095/file/download - - + downloadPath: http://10.108.26.197:9095/file/ + +customer: + # 跳过token验证和权限验证的url清单 + skip-authenticate-urls: /gaeaDict/all, /login, /static, /file/download/, /index.html \ No newline at end of file diff --git a/report-core/src/main/resources/bootstrap-prod.yml b/report-core/src/main/resources/bootstrap-prod.yml index fc5119d8..9aac201b 100644 --- a/report-core/src/main/resources/bootstrap-prod.yml +++ b/report-core/src/main/resources/bootstrap-prod.yml @@ -14,4 +14,8 @@ spring: generator: enabled: false workspace: /workspace/gaea - templatePath: template \ No newline at end of file + templatePath: template + +customer: + # 跳过token验证和权限验证的url清单 + skip-authenticate-urls: /gaeaDict/all, /login, /static, /file/download/, /index.html \ No newline at end of file