senthilrch / kube-fledged

A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
Apache License 2.0
1.24k stars 118 forks source link

Enhancement: Enforce Minimum TLS Version #231

Open Hacks4Snacks opened 8 months ago

Hacks4Snacks commented 8 months ago

The webhook server does not enforce a minimum TLS version of 1.2. TLS 1.0 and 1.1 are outdated and have known vulnerabilities.

Hacks4Snacks commented 8 months ago

If accepted I am more than happy to get a PR submitted.

sshiba commented 5 months ago

I have a requirement that requires the ability to enforce a minimum TLS version of 1.2 and it will benefit if this project is accepted.