Pearl1594 commented on a change in pull request #5879:
URL: https://github.com/apache/cloudstack/pull/5879#discussion_r803332881
##########
File path:
plugins/acl/project-role-based/src/main/java/org/apache/cloudstack/acl/ProjectRoleBasedApiAccessChecker.java
##########
@@ -103,6 +103,11 @@ public boolean checkAccess(User user, String
apiCommandName) throws PermissionDe
throw new UnavailableCommandException("The API " + apiCommandName + "
does not exist or is not available for this account/user in project
"+project.getUuid());
}
+ @Override
+ public boolean checkAccess(Account account, String apiCommandName) throws
PermissionDeniedException {
+ return true;
Review comment:
This doesn't seem to affect the project roles feature.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]