sureshanaparti commented on a change in pull request #5879:
URL: https://github.com/apache/cloudstack/pull/5879#discussion_r803334008
##########
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:
thanks for confirming this @Pearl1594
--
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]