one
one copied to clipboard
React Sunstone to support Guacamole SSH/RDP/VNC in a federation
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 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.