Skip to content

Commit 40bc8c8

Browse files
committed
UPSTREAM: 3318: webhook - set minimum TLS version back to 1.2 to support FIPS clusters
1 parent 2c04703 commit 40bc8c8

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
@@ -131,5 +131,5 @@ func BuildRuntimeOptions(rtCfg RuntimeConfig, scheme *runtime.Scheme) ctrl.Optio
131131
func ConfigureWebhookServer(rtCfg RuntimeConfig, mgr ctrl.Manager) {
132132
mgr.GetWebhookServer().CertName = rtCfg.WebhookCertName
133133
mgr.GetWebhookServer().KeyName = rtCfg.WebhookKeyName
134-
mgr.GetWebhookServer().TLSMinVersion = "1.3"
134+
mgr.GetWebhookServer().TLSMinVersion = "1.2"
135135
}

0 commit comments

Comments
 (0)