Skip to content

KVM security improvements

Thomas Gambier requested to merge kvm_improvements into master

This MR will do the following things for the KVM SR:

  • validate the parameters from the JSON
  • add basic auth on nginx frontend (also move the noVNC socket to a unix socket (instead of local IPv4 + port) and remove the password)
  • add an option to totally disable the noVNC frontend

This MR needs:

Edited by Thomas Gambier

Merge request reports