Skip to content

Commit 44ff7fe

Browse files
committed
CLOUDSTACK-6513: IAM - Templates - When templates are listed with
templatefilter="shared" is used , we see public templates also being included in the list. This commit reverts listTemplates behavior to 4.3 old logic without using consistent interpretation of list parameters adopted in new IAM model.
1 parent 3e4151e commit 44ff7fe

5 files changed

Lines changed: 442 additions & 4 deletions

File tree

plugins/network-elements/juniper-contrail/test/org/apache/cloudstack/network/contrail/management/MockAccountManager.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,11 @@ public void checkAccess(Account account, AccessType accessType, String apiName,
382382

383383
}
384384

385+
@Override
386+
public void buildACLSearchParameters(Account caller, Long id, String accountName, Long projectId, List<Long> permittedAccounts,
387+
Ternary<Long, Boolean, ListProjectResourcesCriteria> domainIdRecursiveListProject, boolean listAll, boolean forProjectInvitation) {
388+
// TODO Auto-generated method stub
389+
390+
}
391+
385392
}

0 commit comments

Comments
 (0)