Skip to content

Commit 8076e90

Browse files
oliviassssTimothy-Dougherty
authored andcommitted
Webhook server use TLS 1.3 as minimum version
1 parent 1216c56 commit 8076e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/runtime_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ func BuildRuntimeOptions(rtCfg RuntimeConfig, scheme *runtime.Scheme) ctrl.Optio
128128
func ConfigureWebhookServer(rtCfg RuntimeConfig, mgr ctrl.Manager) {
129129
mgr.GetWebhookServer().CertName = rtCfg.WebhookCertName
130130
mgr.GetWebhookServer().KeyName = rtCfg.WebhookKeyName
131-
mgr.GetWebhookServer().TLSMinVersion = "1.2"
131+
mgr.GetWebhookServer().TLSMinVersion = "1.3"
132132
}

0 commit comments

Comments
 (0)