kubeflow / spark-operator

Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.
Apache License 2.0
2.75k stars 1.36k forks source link

TLS Configuration Options For Webhook #1551

Open crbednarz opened 2 years ago

crbednarz commented 2 years ago

Hello,

I've been looking through the documentation from the webhook and have been unable to find any options about specifying additional TLS configurations such as minimum supported version or supported ciphers.

Am I correct in my assumption that the webhook is simply using the default values out of crypto/tls's tls.Config which would mean TLS 1.0+ and all ciphers? And is anyone aware of any mechanism for configuring the webhook TLS beyond the certificate/key?

Thanks

github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.