Added support for authentication codes for the VM service. (#30857)
* Added support for authentication codes for the VM service. Previously, a valid web socket connection would use the following URI: `ws://127.0.0.1/ws` Now, by default, the VM service requires a connection to be made with a URI similar to the following: `ws://127.0.0.1:8181/Ug_U0QVsqFs=/ws` where `Ug_U0QVsqFs` is an authentication code generated and shared by the service. This behavior can be disabled with the `--disable-service-auth-codes` flag.
B
Ben Konyi committed
3764cb851572dd92b82e0d0b0c24e34d17c043b9
Parent: 086fd99
Committed by GitHub <noreply@github.com>
on 4/19/2019, 4:01:50 AM