spark-operator
spark-operator copied to clipboard
TLS Configuration Options For Webhook
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