OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.22k stars 478 forks source link

React Sunstone to support Guacamole SSH/RDP/VNC in a federation #5763

Closed jloboescalona2 closed 7 hours ago

jloboescalona2 commented 2 years ago

Description Normally when a connection is made via VMRC, the connection is:

  graph TD;
      FireEdge_Reverse_Proxy-->ESX;

In the case of federations, there must be an additional proxy to avoid having to expose the different ESX.

  graph TD;
      FireEdge1_Reverse_Proxy-->FireEdge2_Reverse_Proxy;
      FireEdge2_Reverse_Proxy-->ESX;

Interface Changes FireEdge , maybe Sunstone

Progress Status

Franco-Sparrow commented 3 months ago

@jloboescalona2 thanks to redirect me to this issue and close the duplicated one I created days ago. So, is not yet implemented this functionality. Please, note that the documentation should be more clear on this.