Skip to content

Commit 7343672

Browse files
authored
Merge pull request #2547 from oliviassss/TLS_version
Upgrade webhook server minimum version to TLS1.3
2 parents 7baec17 + 98fdad9 commit 7343672

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)