Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bypass VM login attempt if SSO is not configured #988

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

denvist
Copy link

@denvist denvist commented Dec 19, 2024

Signed-off-by: Denis Kvist [email protected]

Bypass VM login attempt if SSO is not configured

Similar issues:

Changes introduced with this PR

  • Login to VM Portal
  • Select running VM
  • Try to download vv-console file

Expected behavior:

vv-console file succesful downloaded

Current behavior:

Got error while getting vv-console

Are you the owner of the code you are sending in, or do you have permission of the owner?

y

Copy link
Member

@dupondje dupondje left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

Seems like this only happens when you configured SPICE as console? Which is deprecated and gone in EL9/CentOS 9.

Next to that, as far as I see the VmLogon command seems to be triggered from invokeConsole() in SpiceConsoleModel.java.
There it only gets invoked when there is SSO configured?
Either that's not working like it should (and should get fixed), or there is an SSO configured.

This patch seems more like a hack around it than a proper solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants