From a1674410ea6217b716993e41e7a25a9c14ca0661 Mon Sep 17 00:00:00 2001 From: Jeremy Peterson Date: Thu, 1 Jun 2023 00:13:03 +0000 Subject: [PATCH] Add 10.44.0.0 to kube-apiserver-service-network-signer SANs to fix OIDC issuer auth test --- pkg/cmd/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/init.go b/pkg/cmd/init.go index 8e681b2b6b..29ec38e08d 100644 --- a/pkg/cmd/init.go +++ b/pkg/cmd/init.go @@ -288,6 +288,7 @@ func certSetup(cfg *config.Config) (*certchains.CertificateChains, error) { "openshift.default.svc.cluster.local", "api." + cfg.DNS.BaseDomain, "api-int." + cfg.DNS.BaseDomain, + cfg.ApiServer.AdvertiseAddress, apiServerServiceIP.String(), }, },