Feature #2277
support SPICE display protocol via html5
Description
Spice (similar to noVNC) has an html 5 based client(javascript).
Foreman should be allowed to use that in a similar fashion to noVNC, where users who are not lucky to run firefox&linux can use it.
Associated revisions
History
#1
Updated by Ohad Levy over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 8ffd9aee4e32aa9bd01f8cbb99be1c42ed7f8934.
fixes #2277 - adds spice html5 support
This also adds a newer version of the web socket proxy (where we
probably need to use an external package instead of vendor it).
we still allow users to use the old XPI based spice client (which would
ensure end to end security as well) via a 'new window' button.
that window would only be allowed currently if you are on firefox on
linux.
Paired with: Amos Benari <abenari@redhat.com>