Actions
action #117550
opendeveloper mode over ssh bridge "thinks" we are in a "developer setup" needing second port forwarded
Status:
New
Priority:
Normal
Assignee:
-
Category:
Feature requests
Target version:
QA (public, currently private due to #173521) - future
Start date:
2022-10-04
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
While doing a workshop on 2022-10-04 there was one setup where the openQA webserver was not directly accessible by the user's browser. With an ssh bridge
ssh -L 8080:localhost:80 <target>
the user's browser could reach the target webUI but the developer mode could not establish a connection. Using
ssh -L 8080:localhost:80 -L 8082:localhost:80 <target>
Expected result¶
Would be nice if this works out of the box or a hint is given in the webUI
Actions