From e243877112ffc85c71cc030f846f3788b9ad47ff Mon Sep 17 00:00:00 2001 From: wxz Date: Thu, 24 Sep 2020 18:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BA=86=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E6=A6=82=E5=BF=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-gateway/src/main/java/com/epmet/filter/CpProperty.java | 5 ----- epmet-gateway/src/main/resources/bootstrap.yml | 3 --- 2 files changed, 8 deletions(-) diff --git a/epmet-gateway/src/main/java/com/epmet/filter/CpProperty.java b/epmet-gateway/src/main/java/com/epmet/filter/CpProperty.java index 9811dfbd9a..84872c0fb2 100644 --- a/epmet-gateway/src/main/java/com/epmet/filter/CpProperty.java +++ b/epmet-gateway/src/main/java/com/epmet/filter/CpProperty.java @@ -27,11 +27,6 @@ public class CpProperty { */ private List externalAuthUrls; - /** - * 白名单 - */ - private List urlWhiteList; - /** * 不处理token,直接通过 */ diff --git a/epmet-gateway/src/main/resources/bootstrap.yml b/epmet-gateway/src/main/resources/bootstrap.yml index 32724f1913..750440f69f 100644 --- a/epmet-gateway/src/main/resources/bootstrap.yml +++ b/epmet-gateway/src/main/resources/bootstrap.yml @@ -445,9 +445,6 @@ epmet: - /data/report/kcscreen/** - /epmetuser/customerstaff/customerlist - # url认证白名单,先判断白名单,在白名单中的url直接放行,不再判断上述需要认证的名单 - urlWhiteList: - swaggerUrls: jwt: