az-hop icon indicating copy to clipboard operation
az-hop copied to clipboard

Clicking through to a host causes logout

Open edwardsp opened this issue 2 years ago • 2 comments

In what area(s)?

/area administration /area ansible /area autoscaling /area configuration /area cyclecloud /area documentation /area image /area job-scheduling /area monitoring /area ood /area remote-visualization /area user-management

Expected Behavior

A terminal session should be started in the browser.

Actual Behavior

A websocket error is given and the user is logged out.

Steps to Reproduce the Problem

Click on a link to get a terminal session on a host, e.g.

image

edwardsp avatar Feb 06 '23 19:02 edwardsp

The hosts need to be added to the SSH Allowlist in OOD - https://osc.github.io/ood-documentation/develop/customizations.html#set-ssh-allowlist We should create a regex for the nodes rather than just '*'

edwardsp avatar Apr 04 '23 14:04 edwardsp

I have submitted a PR to address this: https://github.com/Azure/az-hop/pull/1918

egmsft avatar Aug 13 '24 22:08 egmsft