Skip to content

Commit

Permalink
对接RBAC权限优化 #9149
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Jul 25, 2023
1 parent c5b78e2 commit 4565649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ServiceTicketAuthResourceImpl @Autowired constructor(
override fun credentialInfo(callBackInfo: CallbackRequestDTO, token: String): CallbackBaseResponseDTO? {
val method = callBackInfo.method
val page = callBackInfo.page
val projectId = callBackInfo.filter.parent?.id // FETCH_INSTANCE_INFO场景下iam不会传parentId
val projectId = callBackInfo.filter.parent?.id // FETCH_INSTANCE_INFO场景下iam不会传parentId
when (method) {
CallbackMethodEnum.LIST_INSTANCE -> {
return authCredentialService.getCredential(
Expand Down

0 comments on commit 4565649

Please sign in to comment.