You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently FireEdge supports VNC connections through Apache's guacamole. This simplifies operations a lot since no translation layer (ex. https://github.com/novnc/websockify) is needed in order to use a web based client when connecting to a VNC server. However, in order for a user to be able to generate a VNC token and finally connect to the VNC server, one must first authenticate through the FSunstone web interface. So in cases where FSunstone isn't being used, it is currently not possible to obtain VNC tokens.
Currently addons like this exist in order to change this behavior and allow for the generation of VNC tokens without having to authenticate through the Sunstone web interface.
In regards to FireEdge, the functionality of this addon will not be directly translatable as the underlying technologies differ, but instead a similar approach should be implemented directly into the FireEdge server.
Use case
Generate VNC tokens & initiate VNC connections authenticating through the FireEdge API (ie, no need to go through the browser to establish the session)
Potential Changes
Create a new route on the FireEdge server that uses the already defined authentication mechanism(s), along with a VM id. Upon successful authentication, attempt to fetch VM info, and then upon success, generate guacamole viewer.
Interface Changes
Potentially a separate web interface apart from the standard management interface that FSunstone provides. This would be a simple interface where users can request VNC sessions. And on the admin side of things, this interface should also allow admins to control/revoke tokens and so on...
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
Currently FireEdge supports VNC connections through Apache's guacamole. This simplifies operations a lot since no translation layer (ex. https://github.com/novnc/websockify) is needed in order to use a web based client when connecting to a VNC server. However, in order for a user to be able to generate a VNC token and finally connect to the VNC server, one must first authenticate through the FSunstone web interface. So in cases where FSunstone isn't being used, it is currently not possible to obtain VNC tokens.
Currently addons like this exist in order to change this behavior and allow for the generation of VNC tokens without having to authenticate through the Sunstone web interface.
In regards to FireEdge, the functionality of this addon will not be directly translatable as the underlying technologies differ, but instead a similar approach should be implemented directly into the FireEdge server.
Use case
Generate VNC tokens & initiate VNC connections authenticating through the FireEdge API (ie, no need to go through the browser to establish the session)
Potential Changes
Interface Changes
Potentially a separate web interface apart from the standard management interface that FSunstone provides. This would be a simple interface where users can request VNC sessions. And on the admin side of things, this interface should also allow admins to control/revoke tokens and so on...
Progress Status
The text was updated successfully, but these errors were encountered: