cert-manager / trust-manager

trust-manager is an operator for distributing trust bundles across a Kubernetes cluster.
https://cert-manager.io/docs/projects/trust-manager/
Apache License 2.0
246 stars 66 forks source link

Allow TLS to be configured on the admission webhook server #196

Open krajewf opened 11 months ago

krajewf commented 11 months ago

The options for starting the trust-manager admission webhook server do not provide a way to pass TLS options to sigs.k8s.io/controller-runtime/pkg/webhook to provide more fine-grain control over TLS. In particular, I would expect to at least configure TLSMinVersion and TLSOpts.