Skip to content

Commit

Permalink
feat: 权限接入与蓝鲸权限中心联动 #2698
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlxu committed Nov 1, 2024
1 parent 633fe4d commit 775e457
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ open class BkIamV3PermissionServiceImpl(

fun checkBkIamV3Permission(request: CheckPermissionRequest): Boolean {
with(request) {
logger.debug("checkBkIamV3Permission [$request]")
if (projectId == null) {
return false
}
Expand Down

0 comments on commit 775e457

Please sign in to comment.