Skip to content

Commit 53f7934

Browse files
jerryhe1999LechG
authored andcommitted
Remove constrains of multiple TLS on certificate auto-discovery (kubernetes-sigs#3028)
Co-authored-by: LechG <[email protected]>
1 parent 558d64c commit 53f7934

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/ingress/cert_discovery.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ func (d *acmCertDiscovery) Discover(ctx context.Context, tlsHosts []string) ([]s
8080
}
8181
}
8282

83-
if len(certARNsForHost) > 1 {
84-
return nil, errors.Errorf("multiple certificates found for host: %s, certARNs: %v", host, certARNsForHost)
85-
}
8683
if len(certARNsForHost) == 0 {
8784
return nil, errors.Errorf("no certificate found for host: %s", host)
8885
}

0 commit comments

Comments
 (0)