gardener / gardener

Homogeneous Kubernetes clusters at scale on any infrastructure using hosted control planes.

Home Page:https://gardener.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Cleanup] VPN Diffie–Hellman parameters no longer needed

dimityrmirchev opened this issue · comments

How to categorize this issue?

/area networking security
/kind cleanup

What would you like to be added:
Vpn release v0.23.0 that contains gardener/vpn2#53 was published and merged into g/g. That release removes the need for supplying the vpn server with dh parameters. This means that we can remove

diffieHellmanKeyData = map[string][]byte{
and other related code from this repository. For the sake of backwards compatibility the code can be left for another release or two in case there are new Gardener installations that use old VPN release.