workspaces-issues
workspaces-issues copied to clipboard
WebSerial/WebUSB Support?
Would it be possible to implement WebSerial and/or WebUSB support?
This could allow users to share serial or some USB devices with Kasm images while they are using them just with their browser?
We are working on adding additional device pass through to the platform. Game pad and webcam are in the works. Arbitrary USB device support is much harder though
The use case I was specifically thinking of was for programming microcontrollers. Most use serial so WebSerial would work great. Some may use DFU or other methods that would require full WebUSB support.
Our company uses usb security key's for quite a number of services. It would be great if we can use webusb, and start a POC for kasm workspaces.
@echo-devnull unfortunately, webusb does not allow the use of security keys, for security measures. It would allow any site to impersonate other sites if so.
@echo-devnull unfortunately, webusb does not allow the use of security keys, for security measures. It would allow any site to impersonate other sites if so.
Hmm that's a good point. So all that is left is to authenticate to KASM using keys, and the rest should trust this network or something along those lines...