one icon indicating copy to clipboard operation
one copied to clipboard

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

Open jloboescalona2 opened this issue 3 years ago • 1 comments

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

  • [ ] Branch created
  • [ ] Code committed to development branch
  • [ ] Testing - QA
  • [ ] Documentation
  • [ ] Release notes - resolved issues, compatibility, known issues
  • [ ] Code committed to upstream release/hotfix branches
  • [ ] Documentation committed to upstream release/hotfix branches

jloboescalona2 avatar Mar 08 '22 12:03 jloboescalona2

@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.

Franco-Sparrow avatar Jun 03 '24 19:06 Franco-Sparrow