skydive-project / skydive

An open source real-time network topology and protocols analyzer
https://skydive.network
Apache License 2.0
2.65k stars 400 forks source link

Add SSL support to OVN #2358

Closed rcarrillocruz closed 3 years ago

rcarrillocruz commented 3 years ago

Up till now, OVN would only work if UNIX sockets were used or TCP without authentication. This change adds parameters and plumbing for client cert, key and CA cert file. That is then passed on to the goovn NewClient.