DaanHoogland commented on code in PR #9504:
URL: https://github.com/apache/cloudstack/pull/9504#discussion_r2712251254
##########
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:
I got thrown of by the ouuuu, but now I understand it ;)
--
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]