Skip to content

Commit f87fdc8

Browse files
committed
Add external signer to service account CA bundle
1 parent f140f7f commit f87fdc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cmd/init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ func certSetup(cfg *config.Config) (*certchains.CertificateChains, error) {
353353
cryptomaterial.ServiceAccountTokenCABundlePath(certsDir),
354354
[]string{"kube-apiserver-localhost-signer"},
355355
[]string{"kube-apiserver-service-network-signer"},
356+
[]string{"kube-apiserver-external-signer"},
356357
).Complete()
357358

358359
if err != nil {

0 commit comments

Comments
 (0)