nvazquez commented on code in PR #7094:
URL: https://github.com/apache/cloudstack/pull/7094#discussion_r1071697570
##########
server/src/main/java/org/apache/cloudstack/consoleproxy/ConsoleAccessManagerImpl.java:
##########
@@ -151,11 +156,16 @@ public boolean isSessionAllowed(String sessionUuid) {
Review Comment:
@GutoVeronezi the problem listed previously for one mgmt server comes from
the method `isSessionAllowed` that does not query the database for the session
UUID and always returns false, therefore the
`ConsoleAccessAuthenticationAnswer` is false
--
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]