bernardodemarco commented on code in PR #9504:
URL: https://github.com/apache/cloudstack/pull/9504#discussion_r2712242439
##########
server/src/main/java/com/cloud/api/ApiServer.java:
##########
@@ -1140,10 +1140,10 @@ public boolean verifyRequest(final Map<String,
Object[]> requestParameters, fina
}
CallContext.register(user, account);
- List<ApiKeyPairPermission> keyPairPermissions =
keyPairManager.findAllPermissionsByKeyPairId(keyPair.getId(),
account.getRoleId());
+ List<ApiKeyPairPermission> keyPairPermissions =
keyPairManager.findAllPermissionsByKeyPairId(keyPair.getId(),
account.getRoleId());// so deveria pegar as permissions do keypair explicitas
ouuuu busca pelas implicitas aqui
Review Comment:
Yes 😄 I left it as a note for myself for when I get back to working on the
PR. I’ll remove it later, for sure.
--
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]