From 3b13bc0e27ec6b1d1dd37df367c519a1da7b265e Mon Sep 17 00:00:00 2001 From: owen Date: Mon, 4 Mar 2024 11:27:31 +0800 Subject: [PATCH] =?UTF-8?q?bug=20:=20=E4=BF=AE=E6=94=B9=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=9D=83=E9=99=90=E6=A0=A1=E9=AA=8C=E9=80=BB?= =?UTF-8?q?=E8=BE=91=20#1824=20(#1825)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tencent/bkrepo/auth/service/local/PermissionServiceImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/auth/biz-auth/src/main/kotlin/com/tencent/bkrepo/auth/service/local/PermissionServiceImpl.kt b/src/backend/auth/biz-auth/src/main/kotlin/com/tencent/bkrepo/auth/service/local/PermissionServiceImpl.kt index c49cf34e2e..87aeb8db1f 100644 --- a/src/backend/auth/biz-auth/src/main/kotlin/com/tencent/bkrepo/auth/service/local/PermissionServiceImpl.kt +++ b/src/backend/auth/biz-auth/src/main/kotlin/com/tencent/bkrepo/auth/service/local/PermissionServiceImpl.kt @@ -271,7 +271,7 @@ open class PermissionServiceImpl constructor( if (checkIncludePatternAction(it.includePattern, path!!, it.actions, action)) return false } } - return true + return false } fun isNodeNeedLocalCheck(projectId: String, repoName: String): Boolean {