Merge "libvirt: Add config option to require secure SPICE."

This commit is contained in:
Zuul
2024-08-30 00:28:04 +00:00
committed by Gerrit Code Review
7 changed files with 150 additions and 5 deletions
@@ -0,0 +1,8 @@
---
features:
- |
This release adds a new config option require_secure to the spice
configuration group. Defaulting to false to match the previous
behavior, if set to true the SPICE consoles will require TLS
protected connections. Unencrypted connections will be gracefully
redirected to the TLS port via the SPICE protocol.