Support for display secrets (#21)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
parent
85b0a160f3
commit
3103452170
38 changed files with 2081 additions and 658 deletions
|
|
@ -215,12 +215,8 @@
|
|||
<#assign spice = vm.display.spice/>
|
||||
# SPICE (display, channels ...)
|
||||
# https://www.linux-kvm.org/page/SPICE
|
||||
<#if ticketPath??>
|
||||
- [ "-object", "secret,id=spiceTicket,file=${ ticketPath }" ]
|
||||
</#if>
|
||||
- [ "-spice", "port=${ spice.port?c }\
|
||||
<#if spice.ticket??>,password-secret=spiceTicket\
|
||||
<#else>,disable-ticketing=on</#if>\
|
||||
,disable-ticketing=<#if hasDisplayPassword!false>off<#else>on</#if>\
|
||||
<#if spice.streamingVideo??>,streaming-video=${ spice.streamingVideo }</#if>\
|
||||
,seamless-migration=on" ]
|
||||
- [ "-chardev", "spicevmc,id=vdagentdev,name=vdagent" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue